Shades of Havelock Blue #5C77CA
Tints of Havelock Blue #5C77CA
RGB
CMYK
RGB Variations
Color information
#5C77CA (or 0x5C77CA) is known color: Havelock Blue. HEX triplet: 5C, 77 and CA. RGB value is (92,119,202). Sum of RGB (Red+Green+Blue) = 92+119+202=413 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.28% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C77CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C77CA is #A38835. Grayscale: #787878. Windows color (decimal): -10717238 or 13268828. OLE color: 13268828.
HSL color Cylindrical-coordinate representation of color #5C77CA: hue angle of 225.27º 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 #5C77CA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 92 | 119 | 202 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.21 |
| HSL | 225.27º | 0.51% | 0.58% | - |
| HSV(B) | 225.27º | 0.54% | 0.79% | - |
| XYZ | 21.67 | 19.73 | 58.54 | - |
| YUV | 120.39 | 174.05 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 202 | 0.54 | 0.41 | 0 | 0.21 | 225.27 | 0.51 | 0.58 |
| Hex | 5C | 77 | CA | 36 | 29 | 0 | 15 | E1 | 33 | 3A |
| Octal | 134 | 167 | 312 | 66 | 51 | 0 | 25 | 341 | 63 | 72 |
| Binary | 1011100 | 1110111 | 11001010 | 110110 | 101001 | 0 | 10101 | 11100001 | 110011 | 111010 |
Color Harmonies of #5C77CA
Complementary color
Monochromatic Colors of #5C77CA
Black with #5C77CA
Text Example
Text Example
White with #5C77CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C77CA; }
p { color: rgb(92,119,202); }
H1.HeaderClassName
{
color: #5C77CA;
}
.AnyTagClassName
{
color: #5C77CA;
}
</style>
background-color css
<style>
a { background-color: #5C77CA; }
a { background-color: rgb(92,119,202); }
div.DivClassName
{
background-color: #5C77CA;
}
.BgClassName
{
background-color: #5C77CA;
}
</style>
border-color css
<style>
span { border-color: #5C77CA; }
span { border-color: rgb(92,119,202); }
td.TdClassName
{
border-color: #5C77CA;
}
.TagClassName
{
border-color: #5C77CA;
}
</style>