#599CC9

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

Shades of Picton Blue #599CC9

Tints of Picton Blue #599CC9

Color information

#599CC9 (or 0x599CC9) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and C9. RGB value is (89,156,201). Sum of RGB (Red+Green+Blue) = 89+156+201=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #599CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC9 is #A66336. Grayscale: #8C8C8C. Windows color (decimal): -10904375 or 13212761. OLE color: 13212761.

HSL color Cylindrical-coordinate representation of color #599CC9: hue angle of 204.11º 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 #599CC9 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89156201-
CMYK0.560.2200.21
HSL204.11º50.91%56.86%-
HSV(B)204.11º55.72%78.82%-
XYZ26.5530.1259.67-
YUV141.1161.890.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 156 (61.33% from 255) = 34.98%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=19.96%
G=34.98%
B=45.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891562010.560.2200.21204.1150.9156.86
Hex599CC93816015cc3339
Octal13123431170260253146371
Binary101100110011100110010011110001011001010111001100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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