Shades of Havelock Blue #5784CB
Tints of Havelock Blue #5784CB
RGB
CMYK
RGB Variations
Color information
#5784CB (or 0x5784CB) is known color: Havelock Blue. HEX triplet: 57, 84 and CB. RGB value is (87,132,203). Sum of RGB (Red+Green+Blue) = 87+132+203=422 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.62% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5784CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784CB is #A87B34. Grayscale: #7E7E7E. Windows color (decimal): -11041589 or 13337687. OLE color: 13337687.
HSL color Cylindrical-coordinate representation of color #5784CB: hue angle of 216.72º 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 #5784CB is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 132 | 203 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.20 |
| HSL | 216.72º | 0.53% | 0.57% | - |
| HSV(B) | 216.72º | 0.57% | 0.8% | - |
| XYZ | 22.96 | 22.84 | 59.7 | - |
| YUV | 126.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 203 | 0.57 | 0.35 | 0 | 0.20 | 216.72 | 0.53 | 0.57 |
| Hex | 57 | 84 | CB | 39 | 23 | 0 | 14 | D9 | 35 | 39 |
| Octal | 127 | 204 | 313 | 71 | 43 | 0 | 24 | 331 | 65 | 71 |
| Binary | 1010111 | 10000100 | 11001011 | 111001 | 100011 | 0 | 10100 | 11011001 | 110101 | 111001 |
Color Harmonies of #5784CB
Complementary color
Monochromatic Colors of #5784CB
Black with #5784CB
Text Example
Text Example
White with #5784CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5784CB; }
p { color: rgb(87,132,203); }
H1.HeaderClassName
{
color: #5784CB;
}
.AnyTagClassName
{
color: #5784CB;
}
</style>
background-color css
<style>
a { background-color: #5784CB; }
a { background-color: rgb(87,132,203); }
div.DivClassName
{
background-color: #5784CB;
}
.BgClassName
{
background-color: #5784CB;
}
</style>
border-color css
<style>
span { border-color: #5784CB; }
span { border-color: rgb(87,132,203); }
td.TdClassName
{
border-color: #5784CB;
}
.TagClassName
{
border-color: #5784CB;
}
</style>