Shades of Picton Blue #5797D6
Tints of Picton Blue #5797D6
RGB
CMYK
RGB Variations
Color information
#5797D6 (or 0x5797D6) is known color: Picton Blue. HEX triplet: 57, 97 and D6. RGB value is (87,151,214). Sum of RGB (Red+Green+Blue) = 87+151+214=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #5797D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5797D6 is #A86829. Grayscale: #8A8A8A. Windows color (decimal): -11036714 or 14063447. OLE color: 14063447.
HSL color Cylindrical-coordinate representation of color #5797D6: hue angle of 209.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5797D6 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 151 | 214 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.16 |
| HSL | 209.76º | 0.61% | 0.59% | - |
| HSV(B) | 209.76º | 0.59% | 0.84% | - |
| XYZ | 27.13 | 29.01 | 67.79 | - |
| YUV | 139.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 151 | 214 | 0.59 | 0.29 | 0 | 0.16 | 209.76 | 0.61 | 0.59 |
| Hex | 57 | 97 | D6 | 3B | 1D | 0 | 10 | D2 | 3D | 3B |
| Octal | 127 | 227 | 326 | 73 | 35 | 0 | 20 | 322 | 75 | 73 |
| Binary | 1010111 | 10010111 | 11010110 | 111011 | 11101 | 0 | 10000 | 11010010 | 111101 | 111011 |
Color Harmonies of #5797D6
Complementary color
Monochromatic Colors of #5797D6
Black with #5797D6
Text Example
Text Example
White with #5797D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5797D6; }
p { color: rgb(87,151,214); }
H1.HeaderClassName
{
color: #5797D6;
}
.AnyTagClassName
{
color: #5797D6;
}
</style>
background-color css
<style>
a { background-color: #5797D6; }
a { background-color: rgb(87,151,214); }
div.DivClassName
{
background-color: #5797D6;
}
.BgClassName
{
background-color: #5797D6;
}
</style>
border-color css
<style>
span { border-color: #5797D6; }
span { border-color: rgb(87,151,214); }
td.TdClassName
{
border-color: #5797D6;
}
.TagClassName
{
border-color: #5797D6;
}
</style>