#599CC6

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

Shades of Picton Blue #599CC6

Tints of Picton Blue #599CC6

Color information

#599CC6 (or 0x599CC6) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and C6. RGB value is (89,156,198). Sum of RGB (Red+Green+Blue) = 89+156+198=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #599CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC6 is #A66339. Grayscale: #8C8C8C. Windows color (decimal): -10904378 or 13016153. OLE color: 13016153.

HSL color Cylindrical-coordinate representation of color #599CC6: hue angle of 203.12º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #599CC6 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB89156198-
CMYK0.550.2100.22
HSL203.12º48.88%56.27%-
HSV(B)203.12º55.05%77.65%-
XYZ26.229.9857.83-
YUV140.76160.391.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.09%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 198 (77.73% from 255) = 44.70%
R=20.09%
G=35.21%
B=44.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891561980.550.2100.22203.1248.8856.27
Hex599CC63715016cb3138
Octal13123430667250263136170
Binary101100110011100110001101101111010101011011001011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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