#599CCA

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

Shades of Picton Blue #599CCA

Tints of Picton Blue #599CCA

Color information

#599CCA (or 0x599CCA) is unknown color: approx Picton Blue. HEX triplet: 59, 9C and CA. RGB value is (89,156,202). Sum of RGB (Red+Green+Blue) = 89+156+202=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #599CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CCA is #A66335. Grayscale: #8C8C8C. Windows color (decimal): -10904374 or 13278297. OLE color: 13278297.

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

Color convert

RGB89156202-
CMYK0.560.2300.21
HSL204.42º51.6%57.06%-
HSV(B)204.42º55.94%79.22%-
XYZ26.6730.1760.29-
YUV141.21162.390.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=19.91%
G=34.90%
B=45.19%

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
Decimal891562020.560.2300.21204.4251.657.06
Hex599CCA3817015cc3439
Octal13123431270270253146471
Binary101100110011100110010101110001011101010111001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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