Shades of Havelock Blue #5C7DBE
Tints of Havelock Blue #5C7DBE
RGB
CMYK
RGB Variations
Color information
#5C7DBE (or 0x5C7DBE) is known color: Havelock Blue. HEX triplet: 5C, 7D and BE. RGB value is (92,125,190). Sum of RGB (Red+Green+Blue) = 92+125+190=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DBE is #A38241. Grayscale: #7A7A7A. Windows color (decimal): -10715714 or 12483932. OLE color: 12483932.
HSL color Cylindrical-coordinate representation of color #5C7DBE: hue angle of 219.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7DBE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 125 | 190 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.25 |
| HSL | 219.8º | 0.43% | 0.55% | - |
| HSV(B) | 219.8º | 0.52% | 0.75% | - |
| XYZ | 21.04 | 20.66 | 51.59 | - |
| YUV | 122.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 190 | 0.52 | 0.34 | 0 | 0.25 | 219.8 | 0.43 | 0.55 |
| Hex | 5C | 7D | BE | 34 | 22 | 0 | 19 | DC | 2B | 37 |
| Octal | 134 | 175 | 276 | 64 | 42 | 0 | 31 | 334 | 53 | 67 |
| Binary | 1011100 | 1111101 | 10111110 | 110100 | 100010 | 0 | 11001 | 11011100 | 101011 | 110111 |
Color Harmonies of #5C7DBE
Complementary color
Monochromatic Colors of #5C7DBE
Black with #5C7DBE
Text Example
Text Example
White with #5C7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DBE; }
p { color: rgb(92,125,190); }
H1.HeaderClassName
{
color: #5C7DBE;
}
.AnyTagClassName
{
color: #5C7DBE;
}
</style>
background-color css
<style>
a { background-color: #5C7DBE; }
a { background-color: rgb(92,125,190); }
div.DivClassName
{
background-color: #5C7DBE;
}
.BgClassName
{
background-color: #5C7DBE;
}
</style>
border-color css
<style>
span { border-color: #5C7DBE; }
span { border-color: rgb(92,125,190); }
td.TdClassName
{
border-color: #5C7DBE;
}
.TagClassName
{
border-color: #5C7DBE;
}
</style>