Shades of Picton Blue #599CCF
Tints of Picton Blue #599CCF
RGB
CMYK
RGB Variations
Color information
#599CCF (or 0x599CCF) is known color: Picton Blue. HEX triplet: 59, 9C and CF. RGB value is (89,156,207). Sum of RGB (Red+Green+Blue) = 89+156+207=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #599CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CCF is #A66330. Grayscale: #8D8D8D. Windows color (decimal): -10904369 or 13605977. OLE color: 13605977.
HSL color Cylindrical-coordinate representation of color #599CCF: hue angle of 205.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599CCF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 156 | 207 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.19 |
| HSL | 205.93º | 0.55% | 0.58% | - |
| HSV(B) | 205.93º | 0.57% | 0.81% | - |
| XYZ | 27.27 | 30.41 | 63.46 | - |
| YUV | 141.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 207 | 0.57 | 0.25 | 0 | 0.19 | 205.93 | 0.55 | 0.58 |
| Hex | 59 | 9C | CF | 39 | 19 | 0 | 13 | CE | 37 | 3A |
| Octal | 131 | 234 | 317 | 71 | 31 | 0 | 23 | 316 | 67 | 72 |
| Binary | 1011001 | 10011100 | 11001111 | 111001 | 11001 | 0 | 10011 | 11001110 | 110111 | 111010 |
Color Harmonies of #599CCF
Complementary color
Monochromatic Colors of #599CCF
Black with #599CCF
Text Example
Text Example
White with #599CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599CCF; }
p { color: rgb(89,156,207); }
H1.HeaderClassName
{
color: #599CCF;
}
.AnyTagClassName
{
color: #599CCF;
}
</style>
background-color css
<style>
a { background-color: #599CCF; }
a { background-color: rgb(89,156,207); }
div.DivClassName
{
background-color: #599CCF;
}
.BgClassName
{
background-color: #599CCF;
}
</style>
border-color css
<style>
span { border-color: #599CCF; }
span { border-color: rgb(89,156,207); }
td.TdClassName
{
border-color: #599CCF;
}
.TagClassName
{
border-color: #599CCF;
}
</style>