#5994DA

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

Shades of Picton Blue #5994DA

Tints of Picton Blue #5994DA

Color information

#5994DA (or 0x5994DA) is unknown color: approx Picton Blue. HEX triplet: 59, 94 and DA. RGB value is (89,148,218). Sum of RGB (Red+Green+Blue) = 89+148+218=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #5994DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994DA is #A66B25. Grayscale: #8A8A8A. Windows color (decimal): -10906406 or 14324825. OLE color: 14324825.

HSL color Cylindrical-coordinate representation of color #5994DA: hue angle of 212.56º 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 #5994DA is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89148218-
CMYK0.590.3200.15
HSL212.56º63.55%60.2%-
HSV(B)212.56º59.17%85.49%-
XYZ27.3628.3770.36-
YUV138.34172.9592.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=19.56%
G=32.53%
B=47.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal891482180.590.3200.15212.5663.5560.2
Hex5994DA3B200Fd5403c
Octal131224332734001732510074
Binary1011001100101001101101011101110000001111110101011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5994DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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