#5993DA

Color #5993DA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5993DA

Tints of Picton Blue #5993DA

Color information

#5993DA (or 0x5993DA) is unknown color: approx Picton Blue. HEX triplet: 59, 93 and DA. RGB value is (89,147,218). Sum of RGB (Red+Green+Blue) = 89+147+218=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #5993DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993DA is #A66C25. Grayscale: #898989. Windows color (decimal): -10906662 or 14324569. OLE color: 14324569.

HSL color Cylindrical-coordinate representation of color #5993DA: hue angle of 213.02º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5993DA is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89147218-
CMYK0.590.3300.15
HSL213.02º63.55%60.2%-
HSV(B)213.02º59.17%85.49%-
XYZ27.2128.0570.31-
YUV137.75173.2893.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 19.60%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=19.60%
G=32.38%
B=48.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891472180.590.3300.15213.0263.5560.2
Hex5993DA3B210Fd5403c
Octal131223332734101732510074
Binary1011001100100111101101011101110000101111110101011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5993DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5993DA; }

 p { color: rgb(89,147,218); }

 H1.HeaderClassName
 {
   color: #5993DA;
 }
 .AnyTagClassName
 {
   color: #5993DA;
 }
</style>
background-color css

<style>
 a { background-color: #5993DA; }

 a { background-color: rgb(89,147,218); }

 div.DivClassName
 {
   background-color: #5993DA;
 }
 .BgClassName
 {
   background-color: #5993DA;
 }
</style>
border-color css

<style>
 span { border-color: #5993DA; }

 span { border-color: rgb(89,147,218); }

 td.TdClassName
 {
   border-color: #5993DA;
 }
 .TagClassName
 {
   border-color: #5993DA;
 }
</style>