Shades of Havelock Blue #5C7CCC
Tints of Havelock Blue #5C7CCC
RGB
CMYK
RGB Variations
Color information
#5C7CCC (or 0x5C7CCC) is known color: Havelock Blue. HEX triplet: 5C, 7C and CC. RGB value is (92,124,204). Sum of RGB (Red+Green+Blue) = 92+124+204=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CCC is #A38333. Grayscale: #7B7B7B. Windows color (decimal): -10715956 or 13401180. OLE color: 13401180.
HSL color Cylindrical-coordinate representation of color #5C7CCC: hue angle of 222.86º 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 #5C7CCC is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 124 | 204 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.2 |
| HSL | 222.86º | 0.52% | 0.58% | - |
| HSV(B) | 222.86º | 0.55% | 0.8% | - |
| XYZ | 22.52 | 21.05 | 60 | - |
| YUV | 123.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 204 | 0.55 | 0.39 | 0 | 0.2 | 222.86 | 0.52 | 0.58 |
| Hex | 5C | 7C | CC | 37 | 27 | 0 | 14 | DF | 34 | 3A |
| Octal | 134 | 174 | 314 | 67 | 47 | 0 | 24 | 337 | 64 | 72 |
| Binary | 1011100 | 1111100 | 11001100 | 110111 | 100111 | 0 | 10100 | 11011111 | 110100 | 111010 |
Color Harmonies of #5C7CCC
Complementary color
Monochromatic Colors of #5C7CCC
Black with #5C7CCC
Text Example
Text Example
White with #5C7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CCC; }
p { color: rgb(92,124,204); }
H1.HeaderClassName
{
color: #5C7CCC;
}
.AnyTagClassName
{
color: #5C7CCC;
}
</style>
background-color css
<style>
a { background-color: #5C7CCC; }
a { background-color: rgb(92,124,204); }
div.DivClassName
{
background-color: #5C7CCC;
}
.BgClassName
{
background-color: #5C7CCC;
}
</style>
border-color css
<style>
span { border-color: #5C7CCC; }
span { border-color: rgb(92,124,204); }
td.TdClassName
{
border-color: #5C7CCC;
}
.TagClassName
{
border-color: #5C7CCC;
}
</style>