Shades of Havelock Blue #5775CB
Tints of Havelock Blue #5775CB
RGB
CMYK
RGB Variations
Color information
#5775CB (or 0x5775CB) is known color: Havelock Blue. HEX triplet: 57, 75 and CB. RGB value is (87,117,203). Sum of RGB (Red+Green+Blue) = 87+117+203=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5775CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775CB is #A88A34. Grayscale: #757575. Windows color (decimal): -11045429 or 13333847. OLE color: 13333847.
HSL color Cylindrical-coordinate representation of color #5775CB: hue angle of 224.48º 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 #5775CB is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 87 | 117 | 203 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.20 |
| HSL | 224.48º | 0.53% | 0.57% | - |
| HSV(B) | 224.48º | 0.57% | 0.8% | - |
| XYZ | 21.07 | 19.06 | 59.07 | - |
| YUV | 117.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 203 | 0.57 | 0.42 | 0 | 0.20 | 224.48 | 0.53 | 0.57 |
| Hex | 57 | 75 | CB | 39 | 2A | 0 | 14 | E0 | 35 | 39 |
| Octal | 127 | 165 | 313 | 71 | 52 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1010111 | 1110101 | 11001011 | 111001 | 101010 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5775CB
Complementary color
Monochromatic Colors of #5775CB
Black with #5775CB
Text Example
Text Example
White with #5775CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5775CB; }
p { color: rgb(87,117,203); }
H1.HeaderClassName
{
color: #5775CB;
}
.AnyTagClassName
{
color: #5775CB;
}
</style>
background-color css
<style>
a { background-color: #5775CB; }
a { background-color: rgb(87,117,203); }
div.DivClassName
{
background-color: #5775CB;
}
.BgClassName
{
background-color: #5775CB;
}
</style>
border-color css
<style>
span { border-color: #5775CB; }
span { border-color: rgb(87,117,203); }
td.TdClassName
{
border-color: #5775CB;
}
.TagClassName
{
border-color: #5775CB;
}
</style>