Shades of Havelock Blue #5C7EBE
Tints of Havelock Blue #5C7EBE
RGB
CMYK
RGB Variations
Color information
#5C7EBE (or 0x5C7EBE) is known color: Havelock Blue. HEX triplet: 5C, 7E and BE. RGB value is (92,126,190). Sum of RGB (Red+Green+Blue) = 92+126+190=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7EBE is #A38141. Grayscale: #7A7A7A. Windows color (decimal): -10715458 or 12484188. OLE color: 12484188.
HSL color Cylindrical-coordinate representation of color #5C7EBE: hue angle of 219.18º 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 #5C7EBE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 126 | 190 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.25 |
| HSL | 219.18º | 0.43% | 0.55% | - |
| HSV(B) | 219.18º | 0.52% | 0.75% | - |
| XYZ | 21.17 | 20.91 | 51.64 | - |
| YUV | 123.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 190 | 0.52 | 0.34 | 0 | 0.25 | 219.18 | 0.43 | 0.55 |
| Hex | 5C | 7E | BE | 34 | 22 | 0 | 19 | DB | 2B | 37 |
| Octal | 134 | 176 | 276 | 64 | 42 | 0 | 31 | 333 | 53 | 67 |
| Binary | 1011100 | 1111110 | 10111110 | 110100 | 100010 | 0 | 11001 | 11011011 | 101011 | 110111 |
Color Harmonies of #5C7EBE
Complementary color
Monochromatic Colors of #5C7EBE
Black with #5C7EBE
Text Example
Text Example
White with #5C7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7EBE; }
p { color: rgb(92,126,190); }
H1.HeaderClassName
{
color: #5C7EBE;
}
.AnyTagClassName
{
color: #5C7EBE;
}
</style>
background-color css
<style>
a { background-color: #5C7EBE; }
a { background-color: rgb(92,126,190); }
div.DivClassName
{
background-color: #5C7EBE;
}
.BgClassName
{
background-color: #5C7EBE;
}
</style>
border-color css
<style>
span { border-color: #5C7EBE; }
span { border-color: rgb(92,126,190); }
td.TdClassName
{
border-color: #5C7EBE;
}
.TagClassName
{
border-color: #5C7EBE;
}
</style>