Shades of Havelock Blue #5C88CB
Tints of Havelock Blue #5C88CB
RGB
CMYK
RGB Variations
Color information
#5C88CB (or 0x5C88CB) is known color: Havelock Blue. HEX triplet: 5C, 88 and CB. RGB value is (92,136,203). Sum of RGB (Red+Green+Blue) = 92+136+203=431 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.35% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C88CB is #A37734. Grayscale: #828282. Windows color (decimal): -10712885 or 13338716. OLE color: 13338716.
HSL color Cylindrical-coordinate representation of color #5C88CB: hue angle of 216.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C88CB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 136 | 203 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.20 |
| HSL | 216.22º | 0.52% | 0.58% | - |
| HSV(B) | 216.22º | 0.55% | 0.8% | - |
| XYZ | 24 | 24.2 | 59.91 | - |
| YUV | 130.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 203 | 0.55 | 0.33 | 0 | 0.20 | 216.22 | 0.52 | 0.58 |
| Hex | 5C | 88 | CB | 37 | 21 | 0 | 14 | D8 | 34 | 3A |
| Octal | 134 | 210 | 313 | 67 | 41 | 0 | 24 | 330 | 64 | 72 |
| Binary | 1011100 | 10001000 | 11001011 | 110111 | 100001 | 0 | 10100 | 11011000 | 110100 | 111010 |
Color Harmonies of #5C88CB
Complementary color
Monochromatic Colors of #5C88CB
Black with #5C88CB
Text Example
Text Example
White with #5C88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C88CB; }
p { color: rgb(92,136,203); }
H1.HeaderClassName
{
color: #5C88CB;
}
.AnyTagClassName
{
color: #5C88CB;
}
</style>
background-color css
<style>
a { background-color: #5C88CB; }
a { background-color: rgb(92,136,203); }
div.DivClassName
{
background-color: #5C88CB;
}
.BgClassName
{
background-color: #5C88CB;
}
</style>
border-color css
<style>
span { border-color: #5C88CB; }
span { border-color: rgb(92,136,203); }
td.TdClassName
{
border-color: #5C88CB;
}
.TagClassName
{
border-color: #5C88CB;
}
</style>