Shades of Havelock Blue #5784CA
Tints of Havelock Blue #5784CA
RGB
CMYK
RGB Variations
Color information
#5784CA (or 0x5784CA) is known color: Havelock Blue. HEX triplet: 57, 84 and CA. RGB value is (87,132,202). Sum of RGB (Red+Green+Blue) = 87+132+202=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #5784CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784CA is #A87B35. Grayscale: #7E7E7E. Windows color (decimal): -11041590 or 13272151. OLE color: 13272151.
HSL color Cylindrical-coordinate representation of color #5784CA: hue angle of 216.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5784CA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 132 | 202 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.21 |
| HSL | 216.52º | 0.52% | 0.57% | - |
| HSV(B) | 216.52º | 0.57% | 0.79% | - |
| XYZ | 22.84 | 22.79 | 59.07 | - |
| YUV | 126.53 | 170.59 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 132 | 202 | 0.57 | 0.35 | 0 | 0.21 | 216.52 | 0.52 | 0.57 |
| Hex | 57 | 84 | CA | 39 | 23 | 0 | 15 | D9 | 34 | 39 |
| Octal | 127 | 204 | 312 | 71 | 43 | 0 | 25 | 331 | 64 | 71 |
| Binary | 1010111 | 10000100 | 11001010 | 111001 | 100011 | 0 | 10101 | 11011001 | 110100 | 111001 |
Color Harmonies of #5784CA
Complementary color
Monochromatic Colors of #5784CA
Black with #5784CA
Text Example
Text Example
White with #5784CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5784CA; }
p { color: rgb(87,132,202); }
H1.HeaderClassName
{
color: #5784CA;
}
.AnyTagClassName
{
color: #5784CA;
}
</style>
background-color css
<style>
a { background-color: #5784CA; }
a { background-color: rgb(87,132,202); }
div.DivClassName
{
background-color: #5784CA;
}
.BgClassName
{
background-color: #5784CA;
}
</style>
border-color css
<style>
span { border-color: #5784CA; }
span { border-color: rgb(87,132,202); }
td.TdClassName
{
border-color: #5784CA;
}
.TagClassName
{
border-color: #5784CA;
}
</style>