Shades of Havelock Blue #5D7ACC
Tints of Havelock Blue #5D7ACC
RGB
CMYK
RGB Variations
Color information
#5D7ACC (or 0x5D7ACC) is known color: Havelock Blue. HEX triplet: 5D, 7A and CC. RGB value is (93,122,204). Sum of RGB (Red+Green+Blue) = 93+122+204=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7ACC is #A28533. Grayscale: #7A7A7A. Windows color (decimal): -10650932 or 13400669. OLE color: 13400669.
HSL color Cylindrical-coordinate representation of color #5D7ACC: hue angle of 224.32º 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 #5D7ACC is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 122 | 204 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.2 |
| HSL | 224.32º | 0.52% | 0.58% | - |
| HSV(B) | 224.32º | 0.54% | 0.8% | - |
| XYZ | 22.37 | 20.61 | 59.92 | - |
| YUV | 122.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 122 | 204 | 0.54 | 0.40 | 0 | 0.2 | 224.32 | 0.52 | 0.58 |
| Hex | 5D | 7A | CC | 36 | 28 | 0 | 14 | E0 | 34 | 3A |
| Octal | 135 | 172 | 314 | 66 | 50 | 0 | 24 | 340 | 64 | 72 |
| Binary | 1011101 | 1111010 | 11001100 | 110110 | 101000 | 0 | 10100 | 11100000 | 110100 | 111010 |
Color Harmonies of #5D7ACC
Complementary color
Monochromatic Colors of #5D7ACC
Black with #5D7ACC
Text Example
Text Example
White with #5D7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7ACC; }
p { color: rgb(93,122,204); }
H1.HeaderClassName
{
color: #5D7ACC;
}
.AnyTagClassName
{
color: #5D7ACC;
}
</style>
background-color css
<style>
a { background-color: #5D7ACC; }
a { background-color: rgb(93,122,204); }
div.DivClassName
{
background-color: #5D7ACC;
}
.BgClassName
{
background-color: #5D7ACC;
}
</style>
border-color css
<style>
span { border-color: #5D7ACC; }
span { border-color: rgb(93,122,204); }
td.TdClassName
{
border-color: #5D7ACC;
}
.TagClassName
{
border-color: #5D7ACC;
}
</style>