#5999DB

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

Shades of Picton Blue #5999DB

Tints of Picton Blue #5999DB

Color information

#5999DB (or 0x5999DB) is unknown color: approx Picton Blue. HEX triplet: 59, 99 and DB. RGB value is (89,153,219). Sum of RGB (Red+Green+Blue) = 89+153+219=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #5999DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999DB is #A66624. Grayscale: #8D8D8D. Windows color (decimal): -10905125 or 14391641. OLE color: 14391641.

HSL color Cylindrical-coordinate representation of color #5999DB: hue angle of 210.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5999DB is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89153219-
CMYK0.590.3000.14
HSL210.46º64.36%60.39%-
HSV(B)210.46º59.36%85.88%-
XYZ28.330.0271.32-
YUV141.39171.890.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=19.31%
G=33.19%
B=47.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891532190.590.3000.14210.4664.3660.39
Hex5999DB3B1E0Ed2403c
Octal131231333733601632210074
Binary101100110011001110110111110111111001110110100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5999DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5999DB; }

 p { color: rgb(89,153,219); }

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

<style>
 a { background-color: #5999DB; }

 a { background-color: rgb(89,153,219); }

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

<style>
 span { border-color: #5999DB; }

 span { border-color: rgb(89,153,219); }

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