Shades of Havelock Blue #5C7DBF
Tints of Havelock Blue #5C7DBF
RGB
CMYK
RGB Variations
Color information
#5C7DBF (or 0x5C7DBF) is known color: Havelock Blue. HEX triplet: 5C, 7D and BF. RGB value is (92,125,191). Sum of RGB (Red+Green+Blue) = 92+125+191=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DBF is #A38240. Grayscale: #7A7A7A. Windows color (decimal): -10715713 or 12549468. OLE color: 12549468.
HSL color Cylindrical-coordinate representation of color #5C7DBF: hue angle of 220º degrees, saturation: 0.44, 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 #5C7DBF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 125 | 191 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.25 |
| HSL | 220º | 0.44% | 0.55% | - |
| HSV(B) | 220º | 0.52% | 0.75% | - |
| XYZ | 21.15 | 20.7 | 52.17 | - |
| YUV | 122.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 191 | 0.52 | 0.35 | 0 | 0.25 | 220 | 0.44 | 0.55 |
| Hex | 5C | 7D | BF | 34 | 23 | 0 | 19 | DC | 2C | 37 |
| Octal | 134 | 175 | 277 | 64 | 43 | 0 | 31 | 334 | 54 | 67 |
| Binary | 1011100 | 1111101 | 10111111 | 110100 | 100011 | 0 | 11001 | 11011100 | 101100 | 110111 |
Color Harmonies of #5C7DBF
Complementary color
Monochromatic Colors of #5C7DBF
Black with #5C7DBF
Text Example
Text Example
White with #5C7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DBF; }
p { color: rgb(92,125,191); }
H1.HeaderClassName
{
color: #5C7DBF;
}
.AnyTagClassName
{
color: #5C7DBF;
}
</style>
background-color css
<style>
a { background-color: #5C7DBF; }
a { background-color: rgb(92,125,191); }
div.DivClassName
{
background-color: #5C7DBF;
}
.BgClassName
{
background-color: #5C7DBF;
}
</style>
border-color css
<style>
span { border-color: #5C7DBF; }
span { border-color: rgb(92,125,191); }
td.TdClassName
{
border-color: #5C7DBF;
}
.TagClassName
{
border-color: #5C7DBF;
}
</style>