Shades of Picton Blue #5797CE
Tints of Picton Blue #5797CE
RGB
CMYK
RGB Variations
Color information
#5797CE (or 0x5797CE) is known color: Picton Blue. HEX triplet: 57, 97 and CE. RGB value is (87,151,206). Sum of RGB (Red+Green+Blue) = 87+151+206=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #5797CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5797CE is #A86831. Grayscale: #898989. Windows color (decimal): -11036722 or 13539159. OLE color: 13539159.
HSL color Cylindrical-coordinate representation of color #5797CE: hue angle of 207.73º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5797CE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 151 | 206 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.19 |
| HSL | 207.73º | 0.55% | 0.57% | - |
| HSV(B) | 207.73º | 0.58% | 0.81% | - |
| XYZ | 26.14 | 28.62 | 62.54 | - |
| YUV | 138.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 151 | 206 | 0.58 | 0.27 | 0 | 0.19 | 207.73 | 0.55 | 0.57 |
| Hex | 57 | 97 | CE | 3A | 1B | 0 | 13 | D0 | 37 | 39 |
| Octal | 127 | 227 | 316 | 72 | 33 | 0 | 23 | 320 | 67 | 71 |
| Binary | 1010111 | 10010111 | 11001110 | 111010 | 11011 | 0 | 10011 | 11010000 | 110111 | 111001 |
Color Harmonies of #5797CE
Complementary color
Monochromatic Colors of #5797CE
Black with #5797CE
Text Example
Text Example
White with #5797CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5797CE; }
p { color: rgb(87,151,206); }
H1.HeaderClassName
{
color: #5797CE;
}
.AnyTagClassName
{
color: #5797CE;
}
</style>
background-color css
<style>
a { background-color: #5797CE; }
a { background-color: rgb(87,151,206); }
div.DivClassName
{
background-color: #5797CE;
}
.BgClassName
{
background-color: #5797CE;
}
</style>
border-color css
<style>
span { border-color: #5797CE; }
span { border-color: rgb(87,151,206); }
td.TdClassName
{
border-color: #5797CE;
}
.TagClassName
{
border-color: #5797CE;
}
</style>