Shades of Havelock Blue #5C7CCB
Tints of Havelock Blue #5C7CCB
RGB
CMYK
RGB Variations
Color information
#5C7CCB (or 0x5C7CCB) is known color: Havelock Blue. HEX triplet: 5C, 7C and CB. RGB value is (92,124,203). Sum of RGB (Red+Green+Blue) = 92+124+203=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CCB is #A38334. Grayscale: #7B7B7B. Windows color (decimal): -10715957 or 13335644. OLE color: 13335644.
HSL color Cylindrical-coordinate representation of color #5C7CCB: hue angle of 222.7º 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 #5C7CCB is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 124 | 203 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.20 |
| HSL | 222.7º | 0.52% | 0.58% | - |
| HSV(B) | 222.7º | 0.55% | 0.8% | - |
| XYZ | 22.4 | 21 | 59.37 | - |
| YUV | 123.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 203 | 0.55 | 0.39 | 0 | 0.20 | 222.7 | 0.52 | 0.58 |
| Hex | 5C | 7C | CB | 37 | 27 | 0 | 14 | DF | 34 | 3A |
| Octal | 134 | 174 | 313 | 67 | 47 | 0 | 24 | 337 | 64 | 72 |
| Binary | 1011100 | 1111100 | 11001011 | 110111 | 100111 | 0 | 10100 | 11011111 | 110100 | 111010 |
Color Harmonies of #5C7CCB
Complementary color
Monochromatic Colors of #5C7CCB
Black with #5C7CCB
Text Example
Text Example
White with #5C7CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CCB; }
p { color: rgb(92,124,203); }
H1.HeaderClassName
{
color: #5C7CCB;
}
.AnyTagClassName
{
color: #5C7CCB;
}
</style>
background-color css
<style>
a { background-color: #5C7CCB; }
a { background-color: rgb(92,124,203); }
div.DivClassName
{
background-color: #5C7CCB;
}
.BgClassName
{
background-color: #5C7CCB;
}
</style>
border-color css
<style>
span { border-color: #5C7CCB; }
span { border-color: rgb(92,124,203); }
td.TdClassName
{
border-color: #5C7CCB;
}
.TagClassName
{
border-color: #5C7CCB;
}
</style>