Shades of Havelock Blue #5C7DD1
Tints of Havelock Blue #5C7DD1
RGB
CMYK
RGB Variations
Color information
#5C7DD1 (or 0x5C7DD1) is known color: Havelock Blue. HEX triplet: 5C, 7D and D1. RGB value is (92,125,209). Sum of RGB (Red+Green+Blue) = 92+125+209=426 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.60% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C7DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DD1 is #A3822E. Grayscale: #7C7C7C. Windows color (decimal): -10715695 or 13729116. OLE color: 13729116.
HSL color Cylindrical-coordinate representation of color #5C7DD1: hue angle of 223.08º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C7DD1 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 92 | 125 | 209 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.18 |
| HSL | 223.08º | 0.56% | 0.59% | - |
| HSV(B) | 223.08º | 0.56% | 0.82% | - |
| XYZ | 23.26 | 21.55 | 63.25 | - |
| YUV | 124.71 | 175.57 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 209 | 0.56 | 0.40 | 0 | 0.18 | 223.08 | 0.56 | 0.59 |
| Hex | 5C | 7D | D1 | 38 | 28 | 0 | 12 | DF | 38 | 3B |
| Octal | 134 | 175 | 321 | 70 | 50 | 0 | 22 | 337 | 70 | 73 |
| Binary | 1011100 | 1111101 | 11010001 | 111000 | 101000 | 0 | 10010 | 11011111 | 111000 | 111011 |
Color Harmonies of #5C7DD1
Complementary color
Monochromatic Colors of #5C7DD1
Black with #5C7DD1
Text Example
Text Example
White with #5C7DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7DD1; }
p { color: rgb(92,125,209); }
H1.HeaderClassName
{
color: #5C7DD1;
}
.AnyTagClassName
{
color: #5C7DD1;
}
</style>
background-color css
<style>
a { background-color: #5C7DD1; }
a { background-color: rgb(92,125,209); }
div.DivClassName
{
background-color: #5C7DD1;
}
.BgClassName
{
background-color: #5C7DD1;
}
</style>
border-color css
<style>
span { border-color: #5C7DD1; }
span { border-color: rgb(92,125,209); }
td.TdClassName
{
border-color: #5C7DD1;
}
.TagClassName
{
border-color: #5C7DD1;
}
</style>