#599DCC

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

Shades of Picton Blue #599DCC

Tints of Picton Blue #599DCC

Color information

#599DCC (or 0x599DCC) is unknown color: approx Picton Blue. HEX triplet: 59, 9D and CC. RGB value is (89,157,204). Sum of RGB (Red+Green+Blue) = 89+157+204=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #599DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DCC is #A66233. Grayscale: #8D8D8D. Windows color (decimal): -10904116 or 13409625. OLE color: 13409625.

HSL color Cylindrical-coordinate representation of color #599DCC: hue angle of 204.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599DCC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89157204-
CMYK0.560.2300.2
HSL204.52º53%57.45%-
HSV(B)204.52º56.37%80%-
XYZ27.0830.661.61-
YUV142.03162.9790.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=19.78%
G=34.89%
B=45.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891572040.560.2300.2204.525357.45
Hex599DCC3817014cd3539
Octal13123531470270243156571
Binary101100110011101110011001110001011101010011001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,157,204); }

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

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

 a { background-color: rgb(89,157,204); }

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

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

 span { border-color: rgb(89,157,204); }

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