Shades of Havelock Blue #5C7DB5
Tints of Havelock Blue #5C7DB5
RGB
CMYK
RGB Variations
Color information
#5C7DB5 (or 0x5C7DB5) is known color: Havelock Blue. HEX triplet: 5C, 7D and B5. RGB value is (92,125,181). Sum of RGB (Red+Green+Blue) = 92+125+181=398 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.12% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C7DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DB5 is #A3824A. Grayscale: #797979. Windows color (decimal): -10715723 or 11894108. OLE color: 11894108.
HSL color Cylindrical-coordinate representation of color #5C7DB5: hue angle of 217.75º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C7DB5 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 125 | 181 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.29 |
| HSL | 217.75º | 0.38% | 0.54% | - |
| HSV(B) | 217.75º | 0.49% | 0.71% | - |
| XYZ | 20.09 | 20.28 | 46.57 | - |
| YUV | 121.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 181 | 0.49 | 0.31 | 0 | 0.29 | 217.75 | 0.38 | 0.54 |
| Hex | 5C | 7D | B5 | 31 | 1F | 0 | 1D | DA | 26 | 36 |
| Octal | 134 | 175 | 265 | 61 | 37 | 0 | 35 | 332 | 46 | 66 |
| Binary | 1011100 | 1111101 | 10110101 | 110001 | 11111 | 0 | 11101 | 11011010 | 100110 | 110110 |
Color Harmonies of #5C7DB5
Complementary color
Monochromatic Colors of #5C7DB5
Black with #5C7DB5
Text Example
Text Example
White with #5C7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DB5; }
p { color: rgb(92,125,181); }
H1.HeaderClassName
{
color: #5C7DB5;
}
.AnyTagClassName
{
color: #5C7DB5;
}
</style>
background-color css
<style>
a { background-color: #5C7DB5; }
a { background-color: rgb(92,125,181); }
div.DivClassName
{
background-color: #5C7DB5;
}
.BgClassName
{
background-color: #5C7DB5;
}
</style>
border-color css
<style>
span { border-color: #5C7DB5; }
span { border-color: rgb(92,125,181); }
td.TdClassName
{
border-color: #5C7DB5;
}
.TagClassName
{
border-color: #5C7DB5;
}
</style>