Shades of Havelock Blue #5C80CB
Tints of Havelock Blue #5C80CB
RGB
CMYK
RGB Variations
Color information
#5C80CB (or 0x5C80CB) is known color: Havelock Blue. HEX triplet: 5C, 80 and CB. RGB value is (92,128,203). Sum of RGB (Red+Green+Blue) = 92+128+203=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C80CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C80CB is #A37F34. Grayscale: #7D7D7D. Windows color (decimal): -10714933 or 13336668. OLE color: 13336668.
HSL color Cylindrical-coordinate representation of color #5C80CB: hue angle of 220.54º 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 #5C80CB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 128 | 203 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.20 |
| HSL | 220.54º | 0.52% | 0.58% | - |
| HSV(B) | 220.54º | 0.55% | 0.8% | - |
| XYZ | 22.91 | 22.03 | 59.54 | - |
| YUV | 125.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 128 | 203 | 0.55 | 0.37 | 0 | 0.20 | 220.54 | 0.52 | 0.58 |
| Hex | 5C | 80 | CB | 37 | 25 | 0 | 14 | DD | 34 | 3A |
| Octal | 134 | 200 | 313 | 67 | 45 | 0 | 24 | 335 | 64 | 72 |
| Binary | 1011100 | 10000000 | 11001011 | 110111 | 100101 | 0 | 10100 | 11011101 | 110100 | 111010 |
Color Harmonies of #5C80CB
Complementary color
Monochromatic Colors of #5C80CB
Black with #5C80CB
Text Example
Text Example
White with #5C80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C80CB; }
p { color: rgb(92,128,203); }
H1.HeaderClassName
{
color: #5C80CB;
}
.AnyTagClassName
{
color: #5C80CB;
}
</style>
background-color css
<style>
a { background-color: #5C80CB; }
a { background-color: rgb(92,128,203); }
div.DivClassName
{
background-color: #5C80CB;
}
.BgClassName
{
background-color: #5C80CB;
}
</style>
border-color css
<style>
span { border-color: #5C80CB; }
span { border-color: rgb(92,128,203); }
td.TdClassName
{
border-color: #5C80CB;
}
.TagClassName
{
border-color: #5C80CB;
}
</style>