Shades of Picton Blue #599DDD
Tints of Picton Blue #599DDD
RGB
CMYK
RGB Variations
Color information
#599DDD (or 0x599DDD) is known color: Picton Blue. HEX triplet: 59, 9D and DD. RGB value is (89,157,221). Sum of RGB (Red+Green+Blue) = 89+157+221=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #599DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DDD is #A66222. Grayscale: #8F8F8F. Windows color (decimal): -10904099 or 14523737. OLE color: 14523737.
HSL color Cylindrical-coordinate representation of color #599DDD: hue angle of 209.09º 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 #599DDD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 157 | 221 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.13 |
| HSL | 209.09º | 0.66% | 0.61% | - |
| HSV(B) | 209.09º | 0.6% | 0.87% | - |
| XYZ | 29.23 | 31.46 | 72.94 | - |
| YUV | 143.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 221 | 0.60 | 0.29 | 0 | 0.13 | 209.09 | 0.66 | 0.61 |
| Hex | 59 | 9D | DD | 3C | 1D | 0 | D | D1 | 42 | 3D |
| Octal | 131 | 235 | 335 | 74 | 35 | 0 | 15 | 321 | 102 | 75 |
| Binary | 1011001 | 10011101 | 11011101 | 111100 | 11101 | 0 | 1101 | 11010001 | 1000010 | 111101 |
Color Harmonies of #599DDD
Complementary color
Monochromatic Colors of #599DDD
Black with #599DDD
Text Example
Text Example
White with #599DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DDD; }
p { color: rgb(89,157,221); }
H1.HeaderClassName
{
color: #599DDD;
}
.AnyTagClassName
{
color: #599DDD;
}
</style>
background-color css
<style>
a { background-color: #599DDD; }
a { background-color: rgb(89,157,221); }
div.DivClassName
{
background-color: #599DDD;
}
.BgClassName
{
background-color: #599DDD;
}
</style>
border-color css
<style>
span { border-color: #599DDD; }
span { border-color: rgb(89,157,221); }
td.TdClassName
{
border-color: #599DDD;
}
.TagClassName
{
border-color: #599DDD;
}
</style>