Shades of Havelock Blue #5C79BA
Tints of Havelock Blue #5C79BA
RGB
CMYK
RGB Variations
Color information
#5C79BA (or 0x5C79BA) is known color: Havelock Blue. HEX triplet: 5C, 79 and BA. RGB value is (92,121,186). Sum of RGB (Red+Green+Blue) = 92+121+186=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C79BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C79BA is #A38645. Grayscale: #777777. Windows color (decimal): -10716742 or 12220764. OLE color: 12220764.
HSL color Cylindrical-coordinate representation of color #5C79BA: hue angle of 221.49º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C79BA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 121 | 186 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.27 |
| HSL | 221.49º | 0.41% | 0.55% | - |
| HSV(B) | 221.49º | 0.51% | 0.73% | - |
| XYZ | 20.11 | 19.5 | 49.16 | - |
| YUV | 119.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 186 | 0.51 | 0.35 | 0 | 0.27 | 221.49 | 0.41 | 0.55 |
| Hex | 5C | 79 | BA | 33 | 23 | 0 | 1B | DD | 29 | 37 |
| Octal | 134 | 171 | 272 | 63 | 43 | 0 | 33 | 335 | 51 | 67 |
| Binary | 1011100 | 1111001 | 10111010 | 110011 | 100011 | 0 | 11011 | 11011101 | 101001 | 110111 |
Color Harmonies of #5C79BA
Complementary color
Monochromatic Colors of #5C79BA
Black with #5C79BA
Text Example
Text Example
White with #5C79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C79BA; }
p { color: rgb(92,121,186); }
H1.HeaderClassName
{
color: #5C79BA;
}
.AnyTagClassName
{
color: #5C79BA;
}
</style>
background-color css
<style>
a { background-color: #5C79BA; }
a { background-color: rgb(92,121,186); }
div.DivClassName
{
background-color: #5C79BA;
}
.BgClassName
{
background-color: #5C79BA;
}
</style>
border-color css
<style>
span { border-color: #5C79BA; }
span { border-color: rgb(92,121,186); }
td.TdClassName
{
border-color: #5C79BA;
}
.TagClassName
{
border-color: #5C79BA;
}
</style>