#599ACE

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

Shades of Picton Blue #599ACE

Tints of Picton Blue #599ACE

Color information

#599ACE (or 0x599ACE) is unknown color: approx Picton Blue. HEX triplet: 59, 9A and CE. RGB value is (89,154,206). Sum of RGB (Red+Green+Blue) = 89+154+206=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #599ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ACE is #A66531. Grayscale: #8C8C8C. Windows color (decimal): -10904882 or 13539929. OLE color: 13539929.

HSL color Cylindrical-coordinate representation of color #599ACE: hue angle of 206.67º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599ACE is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89154206-
CMYK0.570.2500.19
HSL206.67º54.42%57.84%-
HSV(B)206.67º56.8%80.78%-
XYZ26.8229.6962.71-
YUV140.49164.9791.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.82%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=19.82%
G=34.30%
B=45.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891542060.570.2500.19206.6754.4257.84
Hex599ACE3919013cf363a
Octal13123231671310233176672
Binary101100110011010110011101110011100101001111001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,154,206); }

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

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

 a { background-color: rgb(89,154,206); }

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

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

 span { border-color: rgb(89,154,206); }

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