Shades of Havelock Blue #5C7ECE
Tints of Havelock Blue #5C7ECE
RGB
CMYK
RGB Variations
Color information
#5C7ECE (or 0x5C7ECE) is known color: Havelock Blue. HEX triplet: 5C, 7E and CE. RGB value is (92,126,206). Sum of RGB (Red+Green+Blue) = 92+126+206=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C7ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ECE is #A38131. Grayscale: #7C7C7C. Windows color (decimal): -10715442 or 13532764. OLE color: 13532764.
HSL color Cylindrical-coordinate representation of color #5C7ECE: hue angle of 222.11º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7ECE is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 126 | 206 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.19 |
| HSL | 222.11º | 0.54% | 0.58% | - |
| HSV(B) | 222.11º | 0.55% | 0.81% | - |
| XYZ | 23.02 | 21.65 | 61.36 | - |
| YUV | 124.95 | 173.74 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 206 | 0.55 | 0.39 | 0 | 0.19 | 222.11 | 0.54 | 0.58 |
| Hex | 5C | 7E | CE | 37 | 27 | 0 | 13 | DE | 36 | 3A |
| Octal | 134 | 176 | 316 | 67 | 47 | 0 | 23 | 336 | 66 | 72 |
| Binary | 1011100 | 1111110 | 11001110 | 110111 | 100111 | 0 | 10011 | 11011110 | 110110 | 111010 |
Color Harmonies of #5C7ECE
Complementary color
Monochromatic Colors of #5C7ECE
Black with #5C7ECE
Text Example
Text Example
White with #5C7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7ECE; }
p { color: rgb(92,126,206); }
H1.HeaderClassName
{
color: #5C7ECE;
}
.AnyTagClassName
{
color: #5C7ECE;
}
</style>
background-color css
<style>
a { background-color: #5C7ECE; }
a { background-color: rgb(92,126,206); }
div.DivClassName
{
background-color: #5C7ECE;
}
.BgClassName
{
background-color: #5C7ECE;
}
</style>
border-color css
<style>
span { border-color: #5C7ECE; }
span { border-color: rgb(92,126,206); }
td.TdClassName
{
border-color: #5C7ECE;
}
.TagClassName
{
border-color: #5C7ECE;
}
</style>