Shades of Havelock Blue #5C7DCB
Tints of Havelock Blue #5C7DCB
RGB
CMYK
RGB Variations
Color information
#5C7DCB (or 0x5C7DCB) is known color: Havelock Blue. HEX triplet: 5C, 7D and CB. RGB value is (92,125,203). Sum of RGB (Red+Green+Blue) = 92+125+203=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C7DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DCB is #A38234. Grayscale: #7B7B7B. Windows color (decimal): -10715701 or 13335900. OLE color: 13335900.
HSL color Cylindrical-coordinate representation of color #5C7DCB: hue angle of 222.16º 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 #5C7DCB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 125 | 203 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.20 |
| HSL | 222.16º | 0.52% | 0.58% | - |
| HSV(B) | 222.16º | 0.55% | 0.8% | - |
| XYZ | 22.53 | 21.25 | 59.42 | - |
| YUV | 124.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 203 | 0.55 | 0.38 | 0 | 0.20 | 222.16 | 0.52 | 0.58 |
| Hex | 5C | 7D | CB | 37 | 26 | 0 | 14 | DE | 34 | 3A |
| Octal | 134 | 175 | 313 | 67 | 46 | 0 | 24 | 336 | 64 | 72 |
| Binary | 1011100 | 1111101 | 11001011 | 110111 | 100110 | 0 | 10100 | 11011110 | 110100 | 111010 |
Color Harmonies of #5C7DCB
Complementary color
Monochromatic Colors of #5C7DCB
Black with #5C7DCB
Text Example
Text Example
White with #5C7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DCB; }
p { color: rgb(92,125,203); }
H1.HeaderClassName
{
color: #5C7DCB;
}
.AnyTagClassName
{
color: #5C7DCB;
}
</style>
background-color css
<style>
a { background-color: #5C7DCB; }
a { background-color: rgb(92,125,203); }
div.DivClassName
{
background-color: #5C7DCB;
}
.BgClassName
{
background-color: #5C7DCB;
}
</style>
border-color css
<style>
span { border-color: #5C7DCB; }
span { border-color: rgb(92,125,203); }
td.TdClassName
{
border-color: #5C7DCB;
}
.TagClassName
{
border-color: #5C7DCB;
}
</style>