#599BC9

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

Shades of Picton Blue #599BC9

Tints of Picton Blue #599BC9

Color information

#599BC9 (or 0x599BC9) is unknown color: approx Picton Blue. HEX triplet: 59, 9B and C9. RGB value is (89,155,201). Sum of RGB (Red+Green+Blue) = 89+155+201=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #599BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BC9 is #A66436. Grayscale: #8C8C8C. Windows color (decimal): -10904631 or 13212505. OLE color: 13212505.

HSL color Cylindrical-coordinate representation of color #599BC9: hue angle of 204.64º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599BC9 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89155201-
CMYK0.560.2300.21
HSL204.64º50.91%56.86%-
HSV(B)204.64º55.72%78.82%-
XYZ26.3829.7859.62-
YUV140.51162.1391.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 201 (78.91% from 255) = 45.17%
R=20%
G=34.83%
B=45.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891552010.560.2300.21204.6450.9156.86
Hex599BC93817015cd3339
Octal13123331170270253156371
Binary101100110011011110010011110001011101010111001101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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