Shades of Picton Blue #599CDD
Tints of Picton Blue #599CDD
RGB
CMYK
RGB Variations
Color information
#599CDD (or 0x599CDD) is known color: Picton Blue. HEX triplet: 59, 9C and DD. RGB value is (89,156,221). Sum of RGB (Red+Green+Blue) = 89+156+221=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #599CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CDD is #A66322. Grayscale: #8F8F8F. Windows color (decimal): -10904355 or 14523481. OLE color: 14523481.
HSL color Cylindrical-coordinate representation of color #599CDD: hue angle of 209.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599CDD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 156 | 221 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.13 |
| HSL | 209.55º | 0.66% | 0.61% | - |
| HSV(B) | 209.55º | 0.6% | 0.87% | - |
| XYZ | 29.06 | 31.12 | 72.88 | - |
| YUV | 143.38 | 171.8 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 221 | 0.60 | 0.29 | 0 | 0.13 | 209.55 | 0.66 | 0.61 |
| Hex | 59 | 9C | DD | 3C | 1D | 0 | D | D2 | 42 | 3D |
| Octal | 131 | 234 | 335 | 74 | 35 | 0 | 15 | 322 | 102 | 75 |
| Binary | 1011001 | 10011100 | 11011101 | 111100 | 11101 | 0 | 1101 | 11010010 | 1000010 | 111101 |
Color Harmonies of #599CDD
Complementary color
Monochromatic Colors of #599CDD
Black with #599CDD
Text Example
Text Example
White with #599CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CDD; }
p { color: rgb(89,156,221); }
H1.HeaderClassName
{
color: #599CDD;
}
.AnyTagClassName
{
color: #599CDD;
}
</style>
background-color css
<style>
a { background-color: #599CDD; }
a { background-color: rgb(89,156,221); }
div.DivClassName
{
background-color: #599CDD;
}
.BgClassName
{
background-color: #599CDD;
}
</style>
border-color css
<style>
span { border-color: #599CDD; }
span { border-color: rgb(89,156,221); }
td.TdClassName
{
border-color: #599CDD;
}
.TagClassName
{
border-color: #599CDD;
}
</style>