Shades of Havelock Blue #5C7CCA
Tints of Havelock Blue #5C7CCA
RGB
CMYK
RGB Variations
Color information
#5C7CCA (or 0x5C7CCA) is known color: Havelock Blue. HEX triplet: 5C, 7C and CA. RGB value is (92,124,202). Sum of RGB (Red+Green+Blue) = 92+124+202=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C7CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CCA is #A38335. Grayscale: #7A7A7A. Windows color (decimal): -10715958 or 13270108. OLE color: 13270108.
HSL color Cylindrical-coordinate representation of color #5C7CCA: hue angle of 222.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C7CCA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 124 | 202 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.21 |
| HSL | 222.55º | 0.51% | 0.58% | - |
| HSV(B) | 222.55º | 0.54% | 0.79% | - |
| XYZ | 22.28 | 20.95 | 58.75 | - |
| YUV | 123.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 202 | 0.54 | 0.39 | 0 | 0.21 | 222.55 | 0.51 | 0.58 |
| Hex | 5C | 7C | CA | 36 | 27 | 0 | 15 | DF | 33 | 3A |
| Octal | 134 | 174 | 312 | 66 | 47 | 0 | 25 | 337 | 63 | 72 |
| Binary | 1011100 | 1111100 | 11001010 | 110110 | 100111 | 0 | 10101 | 11011111 | 110011 | 111010 |
Color Harmonies of #5C7CCA
Complementary color
Monochromatic Colors of #5C7CCA
Black with #5C7CCA
Text Example
Text Example
White with #5C7CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7CCA; }
p { color: rgb(92,124,202); }
H1.HeaderClassName
{
color: #5C7CCA;
}
.AnyTagClassName
{
color: #5C7CCA;
}
</style>
background-color css
<style>
a { background-color: #5C7CCA; }
a { background-color: rgb(92,124,202); }
div.DivClassName
{
background-color: #5C7CCA;
}
.BgClassName
{
background-color: #5C7CCA;
}
</style>
border-color css
<style>
span { border-color: #5C7CCA; }
span { border-color: rgb(92,124,202); }
td.TdClassName
{
border-color: #5C7CCA;
}
.TagClassName
{
border-color: #5C7CCA;
}
</style>