Shades of Picton Blue #599DD2
Tints of Picton Blue #599DD2
RGB
CMYK
RGB Variations
Color information
#599DD2 (or 0x599DD2) is known color: Picton Blue. HEX triplet: 59, 9D and D2. RGB value is (89,157,210). Sum of RGB (Red+Green+Blue) = 89+157+210=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #599DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DD2 is #A6622D. Grayscale: #8E8E8E. Windows color (decimal): -10904110 or 13802841. OLE color: 13802841.
HSL color Cylindrical-coordinate representation of color #599DD2: hue angle of 206.28º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599DD2 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 157 | 210 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.18 |
| HSL | 206.28º | 0.57% | 0.59% | - |
| HSV(B) | 206.28º | 0.58% | 0.82% | - |
| XYZ | 27.81 | 30.89 | 65.47 | - |
| YUV | 142.71 | 165.97 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 210 | 0.58 | 0.25 | 0 | 0.18 | 206.28 | 0.57 | 0.59 |
| Hex | 59 | 9D | D2 | 3A | 19 | 0 | 12 | CE | 39 | 3B |
| Octal | 131 | 235 | 322 | 72 | 31 | 0 | 22 | 316 | 71 | 73 |
| Binary | 1011001 | 10011101 | 11010010 | 111010 | 11001 | 0 | 10010 | 11001110 | 111001 | 111011 |
Color Harmonies of #599DD2
Complementary color
Monochromatic Colors of #599DD2
Black with #599DD2
Text Example
Text Example
White with #599DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DD2; }
p { color: rgb(89,157,210); }
H1.HeaderClassName
{
color: #599DD2;
}
.AnyTagClassName
{
color: #599DD2;
}
</style>
background-color css
<style>
a { background-color: #599DD2; }
a { background-color: rgb(89,157,210); }
div.DivClassName
{
background-color: #599DD2;
}
.BgClassName
{
background-color: #599DD2;
}
</style>
border-color css
<style>
span { border-color: #599DD2; }
span { border-color: rgb(89,157,210); }
td.TdClassName
{
border-color: #599DD2;
}
.TagClassName
{
border-color: #599DD2;
}
</style>