#599BDB

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

Shades of Picton Blue #599BDB

Tints of Picton Blue #599BDB

Color information

#599BDB (or 0x599BDB) is unknown color: approx Picton Blue. HEX triplet: 59, 9B and DB. RGB value is (89,155,219). Sum of RGB (Red+Green+Blue) = 89+155+219=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #599BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BDB is #A66424. Grayscale: #8E8E8E. Windows color (decimal): -10904613 or 14392153. OLE color: 14392153.

HSL color Cylindrical-coordinate representation of color #599BDB: hue angle of 209.54º 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 #599BDB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB89155219-
CMYK0.590.2900.14
HSL209.54º64.36%60.39%-
HSV(B)209.54º59.36%85.88%-
XYZ28.6330.6871.43-
YUV142.56171.1389.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.22%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=19.22%
G=33.48%
B=47.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal891552190.590.2900.14209.5464.3660.39
Hex599BDB3B1D0Ed2403c
Octal131233333733501632210074
Binary101100110011011110110111110111110101110110100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599BDB; }

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

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

<style>
 a { background-color: #599BDB; }

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

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

<style>
 span { border-color: #599BDB; }

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

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