Shades of Havelock Blue #5C7BBE
Tints of Havelock Blue #5C7BBE
RGB
CMYK
RGB Variations
Color information
#5C7BBE (or 0x5C7BBE) is known color: Havelock Blue. HEX triplet: 5C, 7B and BE. RGB value is (92,123,190). Sum of RGB (Red+Green+Blue) = 92+123+190=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BBE is #A38441. Grayscale: #797979. Windows color (decimal): -10716226 or 12483420. OLE color: 12483420.
HSL color Cylindrical-coordinate representation of color #5C7BBE: hue angle of 221.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7BBE is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 123 | 190 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.25 |
| HSL | 221.02º | 0.43% | 0.55% | - |
| HSV(B) | 221.02º | 0.52% | 0.75% | - |
| XYZ | 20.79 | 20.16 | 51.51 | - |
| YUV | 121.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 190 | 0.52 | 0.35 | 0 | 0.25 | 221.02 | 0.43 | 0.55 |
| Hex | 5C | 7B | BE | 34 | 23 | 0 | 19 | DD | 2B | 37 |
| Octal | 134 | 173 | 276 | 64 | 43 | 0 | 31 | 335 | 53 | 67 |
| Binary | 1011100 | 1111011 | 10111110 | 110100 | 100011 | 0 | 11001 | 11011101 | 101011 | 110111 |
Color Harmonies of #5C7BBE
Complementary color
Monochromatic Colors of #5C7BBE
Black with #5C7BBE
Text Example
Text Example
White with #5C7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BBE; }
p { color: rgb(92,123,190); }
H1.HeaderClassName
{
color: #5C7BBE;
}
.AnyTagClassName
{
color: #5C7BBE;
}
</style>
background-color css
<style>
a { background-color: #5C7BBE; }
a { background-color: rgb(92,123,190); }
div.DivClassName
{
background-color: #5C7BBE;
}
.BgClassName
{
background-color: #5C7BBE;
}
</style>
border-color css
<style>
span { border-color: #5C7BBE; }
span { border-color: rgb(92,123,190); }
td.TdClassName
{
border-color: #5C7BBE;
}
.TagClassName
{
border-color: #5C7BBE;
}
</style>