Shades of Havelock Blue #5D74CD
Tints of Havelock Blue #5D74CD
RGB
CMYK
RGB Variations
Color information
#5D74CD (or 0x5D74CD) is known color: Havelock Blue. HEX triplet: 5D, 74 and CD. RGB value is (93,116,205). Sum of RGB (Red+Green+Blue) = 93+116+205=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D74CD is #A28B32. Grayscale: #767676. Windows color (decimal): -10652467 or 13464669. OLE color: 13464669.
HSL color Cylindrical-coordinate representation of color #5D74CD: hue angle of 227.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D74CD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 116 | 205 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.20 |
| HSL | 227.68º | 0.53% | 0.58% | - |
| HSV(B) | 227.68º | 0.55% | 0.8% | - |
| XYZ | 21.78 | 19.23 | 60.32 | - |
| YUV | 119.27 | 176.38 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 205 | 0.55 | 0.43 | 0 | 0.20 | 227.68 | 0.53 | 0.58 |
| Hex | 5D | 74 | CD | 37 | 2B | 0 | 14 | E4 | 35 | 3A |
| Octal | 135 | 164 | 315 | 67 | 53 | 0 | 24 | 344 | 65 | 72 |
| Binary | 1011101 | 1110100 | 11001101 | 110111 | 101011 | 0 | 10100 | 11100100 | 110101 | 111010 |
Color Harmonies of #5D74CD
Complementary color
Monochromatic Colors of #5D74CD
Black with #5D74CD
Text Example
Text Example
White with #5D74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D74CD; }
p { color: rgb(93,116,205); }
H1.HeaderClassName
{
color: #5D74CD;
}
.AnyTagClassName
{
color: #5D74CD;
}
</style>
background-color css
<style>
a { background-color: #5D74CD; }
a { background-color: rgb(93,116,205); }
div.DivClassName
{
background-color: #5D74CD;
}
.BgClassName
{
background-color: #5D74CD;
}
</style>
border-color css
<style>
span { border-color: #5D74CD; }
span { border-color: rgb(93,116,205); }
td.TdClassName
{
border-color: #5D74CD;
}
.TagClassName
{
border-color: #5D74CD;
}
</style>