Shades of Havelock Blue #5D7DCC
Tints of Havelock Blue #5D7DCC
RGB
CMYK
RGB Variations
Color information
#5D7DCC (or 0x5D7DCC) is known color: Havelock Blue. HEX triplet: 5D, 7D and CC. RGB value is (93,125,204). Sum of RGB (Red+Green+Blue) = 93+125+204=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D7DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7DCC is #A28233. Grayscale: #7C7C7C. Windows color (decimal): -10650164 or 13401437. OLE color: 13401437.
HSL color Cylindrical-coordinate representation of color #5D7DCC: hue angle of 222.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D7DCC is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 125 | 204 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.2 |
| HSL | 222.7º | 0.52% | 0.58% | - |
| HSV(B) | 222.7º | 0.54% | 0.8% | - |
| XYZ | 22.75 | 21.35 | 60.05 | - |
| YUV | 124.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 125 | 204 | 0.54 | 0.39 | 0 | 0.2 | 222.7 | 0.52 | 0.58 |
| Hex | 5D | 7D | CC | 36 | 27 | 0 | 14 | DF | 34 | 3A |
| Octal | 135 | 175 | 314 | 66 | 47 | 0 | 24 | 337 | 64 | 72 |
| Binary | 1011101 | 1111101 | 11001100 | 110110 | 100111 | 0 | 10100 | 11011111 | 110100 | 111010 |
Color Harmonies of #5D7DCC
Complementary color
Monochromatic Colors of #5D7DCC
Black with #5D7DCC
Text Example
Text Example
White with #5D7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7DCC; }
p { color: rgb(93,125,204); }
H1.HeaderClassName
{
color: #5D7DCC;
}
.AnyTagClassName
{
color: #5D7DCC;
}
</style>
background-color css
<style>
a { background-color: #5D7DCC; }
a { background-color: rgb(93,125,204); }
div.DivClassName
{
background-color: #5D7DCC;
}
.BgClassName
{
background-color: #5D7DCC;
}
</style>
border-color css
<style>
span { border-color: #5D7DCC; }
span { border-color: rgb(93,125,204); }
td.TdClassName
{
border-color: #5D7DCC;
}
.TagClassName
{
border-color: #5D7DCC;
}
</style>