Shades of Picton Blue #599DC8
Tints of Picton Blue #599DC8
RGB
CMYK
RGB Variations
Color information
#599DC8 (or 0x599DC8) is known color: Picton Blue. HEX triplet: 59, 9D and C8. RGB value is (89,157,200). Sum of RGB (Red+Green+Blue) = 89+157+200=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #599DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DC8 is #A66237. Grayscale: #8D8D8D. Windows color (decimal): -10904120 or 13147481. OLE color: 13147481.
HSL color Cylindrical-coordinate representation of color #599DC8: hue angle of 203.24º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #599DC8 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 157 | 200 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.22 |
| HSL | 203.24º | 0.5% | 0.57% | - |
| HSV(B) | 203.24º | 0.56% | 0.78% | - |
| XYZ | 26.6 | 30.41 | 59.11 | - |
| YUV | 141.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 200 | 0.56 | 0.22 | 0 | 0.22 | 203.24 | 0.5 | 0.57 |
| Hex | 59 | 9D | C8 | 38 | 16 | 0 | 16 | CB | 32 | 39 |
| Octal | 131 | 235 | 310 | 70 | 26 | 0 | 26 | 313 | 62 | 71 |
| Binary | 1011001 | 10011101 | 11001000 | 111000 | 10110 | 0 | 10110 | 11001011 | 110010 | 111001 |
Color Harmonies of #599DC8
Complementary color
Monochromatic Colors of #599DC8
Black with #599DC8
Text Example
Text Example
White with #599DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599DC8; }
p { color: rgb(89,157,200); }
H1.HeaderClassName
{
color: #599DC8;
}
.AnyTagClassName
{
color: #599DC8;
}
</style>
background-color css
<style>
a { background-color: #599DC8; }
a { background-color: rgb(89,157,200); }
div.DivClassName
{
background-color: #599DC8;
}
.BgClassName
{
background-color: #599DC8;
}
</style>
border-color css
<style>
span { border-color: #599DC8; }
span { border-color: rgb(89,157,200); }
td.TdClassName
{
border-color: #599DC8;
}
.TagClassName
{
border-color: #599DC8;
}
</style>