Shades of Picton Blue #5799CB
Tints of Picton Blue #5799CB
RGB
CMYK
RGB Variations
Color information
#5799CB (or 0x5799CB) is known color: Picton Blue. HEX triplet: 57, 99 and CB. RGB value is (87,153,203). Sum of RGB (Red+Green+Blue) = 87+153+203=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #5799CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5799CB is #A86634. Grayscale: #8A8A8A. Windows color (decimal): -11036213 or 13343063. OLE color: 13343063.
HSL color Cylindrical-coordinate representation of color #5799CB: hue angle of 205.86º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5799CB is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 153 | 203 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.20 |
| HSL | 205.86º | 0.53% | 0.57% | - |
| HSV(B) | 205.86º | 0.57% | 0.8% | - |
| XYZ | 26.1 | 29.12 | 60.75 | - |
| YUV | 138.97 | 164.13 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 203 | 0.57 | 0.25 | 0 | 0.20 | 205.86 | 0.53 | 0.57 |
| Hex | 57 | 99 | CB | 39 | 19 | 0 | 14 | CE | 35 | 39 |
| Octal | 127 | 231 | 313 | 71 | 31 | 0 | 24 | 316 | 65 | 71 |
| Binary | 1010111 | 10011001 | 11001011 | 111001 | 11001 | 0 | 10100 | 11001110 | 110101 | 111001 |
Color Harmonies of #5799CB
Complementary color
Monochromatic Colors of #5799CB
Black with #5799CB
Text Example
Text Example
White with #5799CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799CB; }
p { color: rgb(87,153,203); }
H1.HeaderClassName
{
color: #5799CB;
}
.AnyTagClassName
{
color: #5799CB;
}
</style>
background-color css
<style>
a { background-color: #5799CB; }
a { background-color: rgb(87,153,203); }
div.DivClassName
{
background-color: #5799CB;
}
.BgClassName
{
background-color: #5799CB;
}
</style>
border-color css
<style>
span { border-color: #5799CB; }
span { border-color: rgb(87,153,203); }
td.TdClassName
{
border-color: #5799CB;
}
.TagClassName
{
border-color: #5799CB;
}
</style>