Shades of Havelock Blue #5C84CB
Tints of Havelock Blue #5C84CB
RGB
CMYK
RGB Variations
Color information
#5C84CB (or 0x5C84CB) is known color: Havelock Blue. HEX triplet: 5C, 84 and CB. RGB value is (92,132,203). Sum of RGB (Red+Green+Blue) = 92+132+203=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C84CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C84CB is #A37B34. Grayscale: #7F7F7F. Windows color (decimal): -10713909 or 13337692. OLE color: 13337692.
HSL color Cylindrical-coordinate representation of color #5C84CB: hue angle of 218.38º 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 #5C84CB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 132 | 203 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.20 |
| HSL | 218.38º | 0.52% | 0.58% | - |
| HSV(B) | 218.38º | 0.55% | 0.8% | - |
| XYZ | 23.44 | 23.09 | 59.72 | - |
| YUV | 128.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 203 | 0.55 | 0.35 | 0 | 0.20 | 218.38 | 0.52 | 0.58 |
| Hex | 5C | 84 | CB | 37 | 23 | 0 | 14 | DA | 34 | 3A |
| Octal | 134 | 204 | 313 | 67 | 43 | 0 | 24 | 332 | 64 | 72 |
| Binary | 1011100 | 10000100 | 11001011 | 110111 | 100011 | 0 | 10100 | 11011010 | 110100 | 111010 |
Color Harmonies of #5C84CB
Complementary color
Monochromatic Colors of #5C84CB
Black with #5C84CB
Text Example
Text Example
White with #5C84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C84CB; }
p { color: rgb(92,132,203); }
H1.HeaderClassName
{
color: #5C84CB;
}
.AnyTagClassName
{
color: #5C84CB;
}
</style>
background-color css
<style>
a { background-color: #5C84CB; }
a { background-color: rgb(92,132,203); }
div.DivClassName
{
background-color: #5C84CB;
}
.BgClassName
{
background-color: #5C84CB;
}
</style>
border-color css
<style>
span { border-color: #5C84CB; }
span { border-color: rgb(92,132,203); }
td.TdClassName
{
border-color: #5C84CB;
}
.TagClassName
{
border-color: #5C84CB;
}
</style>