Shades of Havelock Blue #5C7FCB
Tints of Havelock Blue #5C7FCB
RGB
CMYK
RGB Variations
Color information
#5C7FCB (or 0x5C7FCB) is known color: Havelock Blue. HEX triplet: 5C, 7F and CB. RGB value is (92,127,203). Sum of RGB (Red+Green+Blue) = 92+127+203=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C7FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7FCB is #A38034. Grayscale: #7C7C7C. Windows color (decimal): -10715189 or 13336412. OLE color: 13336412.
HSL color Cylindrical-coordinate representation of color #5C7FCB: hue angle of 221.08º 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 #5C7FCB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 127 | 203 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.20 |
| HSL | 221.08º | 0.52% | 0.58% | - |
| HSV(B) | 221.08º | 0.55% | 0.8% | - |
| XYZ | 22.78 | 21.77 | 59.5 | - |
| YUV | 125.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 203 | 0.55 | 0.37 | 0 | 0.20 | 221.08 | 0.52 | 0.58 |
| Hex | 5C | 7F | CB | 37 | 25 | 0 | 14 | DD | 34 | 3A |
| Octal | 134 | 177 | 313 | 67 | 45 | 0 | 24 | 335 | 64 | 72 |
| Binary | 1011100 | 1111111 | 11001011 | 110111 | 100101 | 0 | 10100 | 11011101 | 110100 | 111010 |
Color Harmonies of #5C7FCB
Complementary color
Monochromatic Colors of #5C7FCB
Black with #5C7FCB
Text Example
Text Example
White with #5C7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FCB; }
p { color: rgb(92,127,203); }
H1.HeaderClassName
{
color: #5C7FCB;
}
.AnyTagClassName
{
color: #5C7FCB;
}
</style>
background-color css
<style>
a { background-color: #5C7FCB; }
a { background-color: rgb(92,127,203); }
div.DivClassName
{
background-color: #5C7FCB;
}
.BgClassName
{
background-color: #5C7FCB;
}
</style>
border-color css
<style>
span { border-color: #5C7FCB; }
span { border-color: rgb(92,127,203); }
td.TdClassName
{
border-color: #5C7FCB;
}
.TagClassName
{
border-color: #5C7FCB;
}
</style>