Shades of Havelock Blue #5C7FC6
Tints of Havelock Blue #5C7FC6
RGB
CMYK
RGB Variations
Color information
#5C7FC6 (or 0x5C7FC6) is known color: Havelock Blue. HEX triplet: 5C, 7F and C6. RGB value is (92,127,198). Sum of RGB (Red+Green+Blue) = 92+127+198=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C7FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7FC6 is #A38039. Grayscale: #7C7C7C. Windows color (decimal): -10715194 or 13008732. OLE color: 13008732.
HSL color Cylindrical-coordinate representation of color #5C7FC6: hue angle of 220.19º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C7FC6 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 127 | 198 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.22 |
| HSL | 220.19º | 0.48% | 0.57% | - |
| HSV(B) | 220.19º | 0.54% | 0.78% | - |
| XYZ | 22.2 | 21.53 | 56.41 | - |
| YUV | 124.63 | 169.4 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 198 | 0.54 | 0.36 | 0 | 0.22 | 220.19 | 0.48 | 0.57 |
| Hex | 5C | 7F | C6 | 36 | 24 | 0 | 16 | DC | 30 | 39 |
| Octal | 134 | 177 | 306 | 66 | 44 | 0 | 26 | 334 | 60 | 71 |
| Binary | 1011100 | 1111111 | 11000110 | 110110 | 100100 | 0 | 10110 | 11011100 | 110000 | 111001 |
Color Harmonies of #5C7FC6
Complementary color
Monochromatic Colors of #5C7FC6
Black with #5C7FC6
Text Example
Text Example
White with #5C7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7FC6; }
p { color: rgb(92,127,198); }
H1.HeaderClassName
{
color: #5C7FC6;
}
.AnyTagClassName
{
color: #5C7FC6;
}
</style>
background-color css
<style>
a { background-color: #5C7FC6; }
a { background-color: rgb(92,127,198); }
div.DivClassName
{
background-color: #5C7FC6;
}
.BgClassName
{
background-color: #5C7FC6;
}
</style>
border-color css
<style>
span { border-color: #5C7FC6; }
span { border-color: rgb(92,127,198); }
td.TdClassName
{
border-color: #5C7FC6;
}
.TagClassName
{
border-color: #5C7FC6;
}
</style>