#599CC8

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

Shades of Picton Blue #599CC8

Tints of Picton Blue #599CC8

Color information

#599CC8 (or 0x599CC8) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and C8. RGB value is (89,156,200). Sum of RGB (Red+Green+Blue) = 89+156+200=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #599CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC8 is #A66337. Grayscale: #8C8C8C. Windows color (decimal): -10904376 or 13147225. OLE color: 13147225.

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

Color convert

RGB89156200-
CMYK0.560.2200.22
HSL203.78º50.23%56.67%-
HSV(B)203.78º55.5%78.43%-
XYZ26.4330.0759.05-
YUV140.98161.390.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=20%
G=35.06%
B=44.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal891562000.560.2200.22203.7850.2356.67
Hex599CC83816016cc3239
Octal13123431070260263146271
Binary101100110011100110010001110001011001011011001100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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