Shades of Picton Blue #599DDA
Tints of Picton Blue #599DDA
RGB
CMYK
RGB Variations
Color information
#599DDA (or 0x599DDA) is known color: Picton Blue. HEX triplet: 59, 9D and DA. RGB value is (89,157,218). Sum of RGB (Red+Green+Blue) = 89+157+218=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #599DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DDA is #A66225. Grayscale: #8F8F8F. Windows color (decimal): -10904102 or 14327129. OLE color: 14327129.
HSL color Cylindrical-coordinate representation of color #599DDA: hue angle of 208.37º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599DDA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 157 | 218 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.15 |
| HSL | 208.37º | 0.64% | 0.6% | - |
| HSV(B) | 208.37º | 0.59% | 0.85% | - |
| XYZ | 28.83 | 31.3 | 70.85 | - |
| YUV | 143.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 218 | 0.59 | 0.28 | 0 | 0.15 | 208.37 | 0.64 | 0.6 |
| Hex | 59 | 9D | DA | 3B | 1C | 0 | F | D0 | 40 | 3C |
| Octal | 131 | 235 | 332 | 73 | 34 | 0 | 17 | 320 | 100 | 74 |
| Binary | 1011001 | 10011101 | 11011010 | 111011 | 11100 | 0 | 1111 | 11010000 | 1000000 | 111100 |
Color Harmonies of #599DDA
Complementary color
Monochromatic Colors of #599DDA
Black with #599DDA
Text Example
Text Example
White with #599DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DDA; }
p { color: rgb(89,157,218); }
H1.HeaderClassName
{
color: #599DDA;
}
.AnyTagClassName
{
color: #599DDA;
}
</style>
background-color css
<style>
a { background-color: #599DDA; }
a { background-color: rgb(89,157,218); }
div.DivClassName
{
background-color: #599DDA;
}
.BgClassName
{
background-color: #599DDA;
}
</style>
border-color css
<style>
span { border-color: #599DDA; }
span { border-color: rgb(89,157,218); }
td.TdClassName
{
border-color: #599DDA;
}
.TagClassName
{
border-color: #599DDA;
}
</style>