Shades of Picton Blue #599BDC
Tints of Picton Blue #599BDC
RGB
CMYK
RGB Variations
Color information
#599BDC (or 0x599BDC) is known color: Picton Blue. HEX triplet: 59, 9B and DC. RGB value is (89,155,220). Sum of RGB (Red+Green+Blue) = 89+155+220=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #599BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BDC is #A66423. Grayscale: #8E8E8E. Windows color (decimal): -10904612 or 14457689. OLE color: 14457689.
HSL color Cylindrical-coordinate representation of color #599BDC: hue angle of 209.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599BDC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 155 | 220 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.14 |
| HSL | 209.77º | 0.65% | 0.61% | - |
| HSV(B) | 209.77º | 0.6% | 0.86% | - |
| XYZ | 28.76 | 30.73 | 72.13 | - |
| YUV | 142.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 155 | 220 | 0.60 | 0.30 | 0 | 0.14 | 209.77 | 0.65 | 0.61 |
| Hex | 59 | 9B | DC | 3C | 1E | 0 | E | D2 | 41 | 3D |
| Octal | 131 | 233 | 334 | 74 | 36 | 0 | 16 | 322 | 101 | 75 |
| Binary | 1011001 | 10011011 | 11011100 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111101 |
Color Harmonies of #599BDC
Complementary color
Monochromatic Colors of #599BDC
Black with #599BDC
Text Example
Text Example
White with #599BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599BDC; }
p { color: rgb(89,155,220); }
H1.HeaderClassName
{
color: #599BDC;
}
.AnyTagClassName
{
color: #599BDC;
}
</style>
background-color css
<style>
a { background-color: #599BDC; }
a { background-color: rgb(89,155,220); }
div.DivClassName
{
background-color: #599BDC;
}
.BgClassName
{
background-color: #599BDC;
}
</style>
border-color css
<style>
span { border-color: #599BDC; }
span { border-color: rgb(89,155,220); }
td.TdClassName
{
border-color: #599BDC;
}
.TagClassName
{
border-color: #599BDC;
}
</style>