Shades of Picton Blue #5799CF
Tints of Picton Blue #5799CF
RGB
CMYK
RGB Variations
Color information
#5799CF (or 0x5799CF) is known color: Picton Blue. HEX triplet: 57, 99 and CF. RGB value is (87,153,207). Sum of RGB (Red+Green+Blue) = 87+153+207=447 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.46% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #5799CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5799CF is #A86630. Grayscale: #8B8B8B. Windows color (decimal): -11036209 or 13605207. OLE color: 13605207.
HSL color Cylindrical-coordinate representation of color #5799CF: hue angle of 207º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5799CF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 153 | 207 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.19 |
| HSL | 207º | 0.56% | 0.58% | - |
| HSV(B) | 207º | 0.58% | 0.81% | - |
| XYZ | 26.58 | 29.31 | 63.29 | - |
| YUV | 139.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 207 | 0.58 | 0.26 | 0 | 0.19 | 207 | 0.56 | 0.58 |
| Hex | 57 | 99 | CF | 3A | 1A | 0 | 13 | CF | 38 | 3A |
| Octal | 127 | 231 | 317 | 72 | 32 | 0 | 23 | 317 | 70 | 72 |
| Binary | 1010111 | 10011001 | 11001111 | 111010 | 11010 | 0 | 10011 | 11001111 | 111000 | 111010 |
Color Harmonies of #5799CF
Complementary color
Monochromatic Colors of #5799CF
Black with #5799CF
Text Example
Text Example
White with #5799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5799CF; }
p { color: rgb(87,153,207); }
H1.HeaderClassName
{
color: #5799CF;
}
.AnyTagClassName
{
color: #5799CF;
}
</style>
background-color css
<style>
a { background-color: #5799CF; }
a { background-color: rgb(87,153,207); }
div.DivClassName
{
background-color: #5799CF;
}
.BgClassName
{
background-color: #5799CF;
}
</style>
border-color css
<style>
span { border-color: #5799CF; }
span { border-color: rgb(87,153,207); }
td.TdClassName
{
border-color: #5799CF;
}
.TagClassName
{
border-color: #5799CF;
}
</style>