Shades of Havelock Blue #5C7FC5
Tints of Havelock Blue #5C7FC5
RGB
CMYK
RGB Variations
Color information
#5C7FC5 (or 0x5C7FC5) is known color: Havelock Blue. HEX triplet: 5C, 7F and C5. RGB value is (92,127,197). Sum of RGB (Red+Green+Blue) = 92+127+197=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C7FC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7FC5 is #A3803A. Grayscale: #7C7C7C. Windows color (decimal): -10715195 or 12943196. OLE color: 12943196.
HSL color Cylindrical-coordinate representation of color #5C7FC5: hue angle of 220º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7FC5 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 127 | 197 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.23 |
| HSL | 220º | 0.48% | 0.57% | - |
| HSV(B) | 220º | 0.53% | 0.77% | - |
| XYZ | 22.08 | 21.49 | 55.81 | - |
| YUV | 124.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 197 | 0.53 | 0.36 | 0 | 0.23 | 220 | 0.48 | 0.57 |
| Hex | 5C | 7F | C5 | 35 | 24 | 0 | 17 | DC | 30 | 39 |
| Octal | 134 | 177 | 305 | 65 | 44 | 0 | 27 | 334 | 60 | 71 |
| Binary | 1011100 | 1111111 | 11000101 | 110101 | 100100 | 0 | 10111 | 11011100 | 110000 | 111001 |
Color Harmonies of #5C7FC5
Complementary color
Monochromatic Colors of #5C7FC5
Black with #5C7FC5
Text Example
Text Example
White with #5C7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FC5; }
p { color: rgb(92,127,197); }
H1.HeaderClassName
{
color: #5C7FC5;
}
.AnyTagClassName
{
color: #5C7FC5;
}
</style>
background-color css
<style>
a { background-color: #5C7FC5; }
a { background-color: rgb(92,127,197); }
div.DivClassName
{
background-color: #5C7FC5;
}
.BgClassName
{
background-color: #5C7FC5;
}
</style>
border-color css
<style>
span { border-color: #5C7FC5; }
span { border-color: rgb(92,127,197); }
td.TdClassName
{
border-color: #5C7FC5;
}
.TagClassName
{
border-color: #5C7FC5;
}
</style>