Shades of Havelock Blue #5C7BBC
Tints of Havelock Blue #5C7BBC
RGB
CMYK
RGB Variations
Color information
#5C7BBC (or 0x5C7BBC) is known color: Havelock Blue. HEX triplet: 5C, 7B and BC. RGB value is (92,123,188). Sum of RGB (Red+Green+Blue) = 92+123+188=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C7BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BBC is #A38443. Grayscale: #787878. Windows color (decimal): -10716228 or 12352348. OLE color: 12352348.
HSL color Cylindrical-coordinate representation of color #5C7BBC: hue angle of 220.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C7BBC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 123 | 188 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.26 |
| HSL | 220.63º | 0.42% | 0.55% | - |
| HSV(B) | 220.63º | 0.51% | 0.74% | - |
| XYZ | 20.57 | 20.07 | 50.37 | - |
| YUV | 121.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 188 | 0.51 | 0.35 | 0 | 0.26 | 220.63 | 0.42 | 0.55 |
| Hex | 5C | 7B | BC | 33 | 23 | 0 | 1A | DD | 2A | 37 |
| Octal | 134 | 173 | 274 | 63 | 43 | 0 | 32 | 335 | 52 | 67 |
| Binary | 1011100 | 1111011 | 10111100 | 110011 | 100011 | 0 | 11010 | 11011101 | 101010 | 110111 |
Color Harmonies of #5C7BBC
Complementary color
Monochromatic Colors of #5C7BBC
Black with #5C7BBC
Text Example
Text Example
White with #5C7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BBC; }
p { color: rgb(92,123,188); }
H1.HeaderClassName
{
color: #5C7BBC;
}
.AnyTagClassName
{
color: #5C7BBC;
}
</style>
background-color css
<style>
a { background-color: #5C7BBC; }
a { background-color: rgb(92,123,188); }
div.DivClassName
{
background-color: #5C7BBC;
}
.BgClassName
{
background-color: #5C7BBC;
}
</style>
border-color css
<style>
span { border-color: #5C7BBC; }
span { border-color: rgb(92,123,188); }
td.TdClassName
{
border-color: #5C7BBC;
}
.TagClassName
{
border-color: #5C7BBC;
}
</style>