Shades of Havelock Blue #5C7ABC
Tints of Havelock Blue #5C7ABC
RGB
CMYK
RGB Variations
Color information
#5C7ABC (or 0x5C7ABC) is known color: Havelock Blue. HEX triplet: 5C, 7A and BC. RGB value is (92,122,188). Sum of RGB (Red+Green+Blue) = 92+122+188=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C7ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ABC is #A38543. Grayscale: #787878. Windows color (decimal): -10716484 or 12352092. OLE color: 12352092.
HSL color Cylindrical-coordinate representation of color #5C7ABC: hue angle of 221.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C7ABC is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 122 | 188 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.26 |
| HSL | 221.25º | 0.42% | 0.55% | - |
| HSV(B) | 221.25º | 0.51% | 0.74% | - |
| XYZ | 20.45 | 19.83 | 50.33 | - |
| YUV | 120.55 | 166.06 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 188 | 0.51 | 0.35 | 0 | 0.26 | 221.25 | 0.42 | 0.55 |
| Hex | 5C | 7A | BC | 33 | 23 | 0 | 1A | DD | 2A | 37 |
| Octal | 134 | 172 | 274 | 63 | 43 | 0 | 32 | 335 | 52 | 67 |
| Binary | 1011100 | 1111010 | 10111100 | 110011 | 100011 | 0 | 11010 | 11011101 | 101010 | 110111 |
Color Harmonies of #5C7ABC
Complementary color
Monochromatic Colors of #5C7ABC
Black with #5C7ABC
Text Example
Text Example
White with #5C7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7ABC; }
p { color: rgb(92,122,188); }
H1.HeaderClassName
{
color: #5C7ABC;
}
.AnyTagClassName
{
color: #5C7ABC;
}
</style>
background-color css
<style>
a { background-color: #5C7ABC; }
a { background-color: rgb(92,122,188); }
div.DivClassName
{
background-color: #5C7ABC;
}
.BgClassName
{
background-color: #5C7ABC;
}
</style>
border-color css
<style>
span { border-color: #5C7ABC; }
span { border-color: rgb(92,122,188); }
td.TdClassName
{
border-color: #5C7ABC;
}
.TagClassName
{
border-color: #5C7ABC;
}
</style>