Shades of Havelock Blue #5C7FCA
Tints of Havelock Blue #5C7FCA
RGB
CMYK
RGB Variations
Color information
#5C7FCA (or 0x5C7FCA) is known color: Havelock Blue. HEX triplet: 5C, 7F and CA. RGB value is (92,127,202). Sum of RGB (Red+Green+Blue) = 92+127+202=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C7FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7FCA is #A38035. Grayscale: #7C7C7C. Windows color (decimal): -10715190 or 13270876. OLE color: 13270876.
HSL color Cylindrical-coordinate representation of color #5C7FCA: hue angle of 220.91º 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 #5C7FCA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 127 | 202 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.21 |
| HSL | 220.91º | 0.51% | 0.58% | - |
| HSV(B) | 220.91º | 0.54% | 0.79% | - |
| XYZ | 22.66 | 21.72 | 58.87 | - |
| YUV | 125.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 202 | 0.54 | 0.37 | 0 | 0.21 | 220.91 | 0.51 | 0.58 |
| Hex | 5C | 7F | CA | 36 | 25 | 0 | 15 | DD | 33 | 3A |
| Octal | 134 | 177 | 312 | 66 | 45 | 0 | 25 | 335 | 63 | 72 |
| Binary | 1011100 | 1111111 | 11001010 | 110110 | 100101 | 0 | 10101 | 11011101 | 110011 | 111010 |
Color Harmonies of #5C7FCA
Complementary color
Monochromatic Colors of #5C7FCA
Black with #5C7FCA
Text Example
Text Example
White with #5C7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FCA; }
p { color: rgb(92,127,202); }
H1.HeaderClassName
{
color: #5C7FCA;
}
.AnyTagClassName
{
color: #5C7FCA;
}
</style>
background-color css
<style>
a { background-color: #5C7FCA; }
a { background-color: rgb(92,127,202); }
div.DivClassName
{
background-color: #5C7FCA;
}
.BgClassName
{
background-color: #5C7FCA;
}
</style>
border-color css
<style>
span { border-color: #5C7FCA; }
span { border-color: rgb(92,127,202); }
td.TdClassName
{
border-color: #5C7FCA;
}
.TagClassName
{
border-color: #5C7FCA;
}
</style>