Shades of Havelock Blue #5C7BCE
Tints of Havelock Blue #5C7BCE
RGB
CMYK
RGB Variations
Color information
#5C7BCE (or 0x5C7BCE) is known color: Havelock Blue. HEX triplet: 5C, 7B and CE. RGB value is (92,123,206). Sum of RGB (Red+Green+Blue) = 92+123+206=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C7BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BCE is #A38431. Grayscale: #7A7A7A. Windows color (decimal): -10716210 or 13531996. OLE color: 13531996.
HSL color Cylindrical-coordinate representation of color #5C7BCE: hue angle of 223.68º 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 #5C7BCE is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 123 | 206 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.19 |
| HSL | 223.68º | 0.54% | 0.58% | - |
| HSV(B) | 223.68º | 0.55% | 0.81% | - |
| XYZ | 22.64 | 20.9 | 61.23 | - |
| YUV | 123.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 206 | 0.55 | 0.40 | 0 | 0.19 | 223.68 | 0.54 | 0.58 |
| Hex | 5C | 7B | CE | 37 | 28 | 0 | 13 | E0 | 36 | 3A |
| Octal | 134 | 173 | 316 | 67 | 50 | 0 | 23 | 340 | 66 | 72 |
| Binary | 1011100 | 1111011 | 11001110 | 110111 | 101000 | 0 | 10011 | 11100000 | 110110 | 111010 |
Color Harmonies of #5C7BCE
Complementary color
Monochromatic Colors of #5C7BCE
Black with #5C7BCE
Text Example
Text Example
White with #5C7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BCE; }
p { color: rgb(92,123,206); }
H1.HeaderClassName
{
color: #5C7BCE;
}
.AnyTagClassName
{
color: #5C7BCE;
}
</style>
background-color css
<style>
a { background-color: #5C7BCE; }
a { background-color: rgb(92,123,206); }
div.DivClassName
{
background-color: #5C7BCE;
}
.BgClassName
{
background-color: #5C7BCE;
}
</style>
border-color css
<style>
span { border-color: #5C7BCE; }
span { border-color: rgb(92,123,206); }
td.TdClassName
{
border-color: #5C7BCE;
}
.TagClassName
{
border-color: #5C7BCE;
}
</style>