Shades of Picton Blue #5796D7
Tints of Picton Blue #5796D7
RGB
CMYK
RGB Variations
Color information
#5796D7 (or 0x5796D7) is known color: Picton Blue. HEX triplet: 57, 96 and D7. RGB value is (87,150,215). Sum of RGB (Red+Green+Blue) = 87+150+215=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #5796D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796D7 is #A86928. Grayscale: #8A8A8A. Windows color (decimal): -11036969 or 14128727. OLE color: 14128727.
HSL color Cylindrical-coordinate representation of color #5796D7: hue angle of 210.47º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5796D7 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 150 | 215 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.16 |
| HSL | 210.47º | 0.62% | 0.59% | - |
| HSV(B) | 210.47º | 0.6% | 0.84% | - |
| XYZ | 27.1 | 28.75 | 68.41 | - |
| YUV | 138.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 215 | 0.60 | 0.30 | 0 | 0.16 | 210.47 | 0.62 | 0.59 |
| Hex | 57 | 96 | D7 | 3C | 1E | 0 | 10 | D2 | 3E | 3B |
| Octal | 127 | 226 | 327 | 74 | 36 | 0 | 20 | 322 | 76 | 73 |
| Binary | 1010111 | 10010110 | 11010111 | 111100 | 11110 | 0 | 10000 | 11010010 | 111110 | 111011 |
Color Harmonies of #5796D7
Complementary color
Monochromatic Colors of #5796D7
Black with #5796D7
Text Example
Text Example
White with #5796D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5796D7; }
p { color: rgb(87,150,215); }
H1.HeaderClassName
{
color: #5796D7;
}
.AnyTagClassName
{
color: #5796D7;
}
</style>
background-color css
<style>
a { background-color: #5796D7; }
a { background-color: rgb(87,150,215); }
div.DivClassName
{
background-color: #5796D7;
}
.BgClassName
{
background-color: #5796D7;
}
</style>
border-color css
<style>
span { border-color: #5796D7; }
span { border-color: rgb(87,150,215); }
td.TdClassName
{
border-color: #5796D7;
}
.TagClassName
{
border-color: #5796D7;
}
</style>