Shades of Havelock Blue #5C7CCE
Tints of Havelock Blue #5C7CCE
RGB
CMYK
RGB Variations
Color information
#5C7CCE (or 0x5C7CCE) is known color: Havelock Blue. HEX triplet: 5C, 7C and CE. RGB value is (92,124,206). Sum of RGB (Red+Green+Blue) = 92+124+206=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CCE is #A38331. Grayscale: #7B7B7B. Windows color (decimal): -10715954 or 13532252. OLE color: 13532252.
HSL color Cylindrical-coordinate representation of color #5C7CCE: hue angle of 223.16º 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 #5C7CCE is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 124 | 206 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.19 |
| HSL | 223.16º | 0.54% | 0.58% | - |
| HSV(B) | 223.16º | 0.55% | 0.81% | - |
| XYZ | 22.76 | 21.15 | 61.27 | - |
| YUV | 123.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 206 | 0.55 | 0.40 | 0 | 0.19 | 223.16 | 0.54 | 0.58 |
| Hex | 5C | 7C | CE | 37 | 28 | 0 | 13 | DF | 36 | 3A |
| Octal | 134 | 174 | 316 | 67 | 50 | 0 | 23 | 337 | 66 | 72 |
| Binary | 1011100 | 1111100 | 11001110 | 110111 | 101000 | 0 | 10011 | 11011111 | 110110 | 111010 |
Color Harmonies of #5C7CCE
Complementary color
Monochromatic Colors of #5C7CCE
Black with #5C7CCE
Text Example
Text Example
White with #5C7CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CCE; }
p { color: rgb(92,124,206); }
H1.HeaderClassName
{
color: #5C7CCE;
}
.AnyTagClassName
{
color: #5C7CCE;
}
</style>
background-color css
<style>
a { background-color: #5C7CCE; }
a { background-color: rgb(92,124,206); }
div.DivClassName
{
background-color: #5C7CCE;
}
.BgClassName
{
background-color: #5C7CCE;
}
</style>
border-color css
<style>
span { border-color: #5C7CCE; }
span { border-color: rgb(92,124,206); }
td.TdClassName
{
border-color: #5C7CCE;
}
.TagClassName
{
border-color: #5C7CCE;
}
</style>