Shades of Havelock Blue #5C7ACC
Tints of Havelock Blue #5C7ACC
RGB
CMYK
RGB Variations
Color information
#5C7ACC (or 0x5C7ACC) is known color: Havelock Blue. HEX triplet: 5C, 7A and CC. RGB value is (92,122,204). Sum of RGB (Red+Green+Blue) = 92+122+204=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ACC is #A38533. Grayscale: #7A7A7A. Windows color (decimal): -10716468 or 13400668. OLE color: 13400668.
HSL color Cylindrical-coordinate representation of color #5C7ACC: hue angle of 223.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7ACC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 122 | 204 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.2 |
| HSL | 223.93º | 0.52% | 0.58% | - |
| HSV(B) | 223.93º | 0.55% | 0.8% | - |
| XYZ | 22.27 | 20.55 | 59.92 | - |
| YUV | 122.38 | 174.06 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 204 | 0.55 | 0.40 | 0 | 0.2 | 223.93 | 0.52 | 0.58 |
| Hex | 5C | 7A | CC | 37 | 28 | 0 | 14 | E0 | 34 | 3A |
| Octal | 134 | 172 | 314 | 67 | 50 | 0 | 24 | 340 | 64 | 72 |
| Binary | 1011100 | 1111010 | 11001100 | 110111 | 101000 | 0 | 10100 | 11100000 | 110100 | 111010 |
Color Harmonies of #5C7ACC
Complementary color
Monochromatic Colors of #5C7ACC
Black with #5C7ACC
Text Example
Text Example
White with #5C7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7ACC; }
p { color: rgb(92,122,204); }
H1.HeaderClassName
{
color: #5C7ACC;
}
.AnyTagClassName
{
color: #5C7ACC;
}
</style>
background-color css
<style>
a { background-color: #5C7ACC; }
a { background-color: rgb(92,122,204); }
div.DivClassName
{
background-color: #5C7ACC;
}
.BgClassName
{
background-color: #5C7ACC;
}
</style>
border-color css
<style>
span { border-color: #5C7ACC; }
span { border-color: rgb(92,122,204); }
td.TdClassName
{
border-color: #5C7ACC;
}
.TagClassName
{
border-color: #5C7ACC;
}
</style>