Shades of Havelock Blue #5C73D3
Tints of Havelock Blue #5C73D3
RGB
CMYK
RGB Variations
Color information
#5C73D3 (or 0x5C73D3) is known color: Havelock Blue. HEX triplet: 5C, 73 and D3. RGB value is (92,115,211). Sum of RGB (Red+Green+Blue) = 92+115+211=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #5C73D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C73D3 is #A38C2C. Grayscale: #767676. Windows color (decimal): -10718253 or 13857628. OLE color: 13857628.
HSL color Cylindrical-coordinate representation of color #5C73D3: hue angle of 228.4º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C73D3 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 92 | 115 | 211 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.17 |
| HSL | 228.4º | 0.57% | 0.59% | - |
| HSV(B) | 228.4º | 0.56% | 0.83% | - |
| XYZ | 22.3 | 19.24 | 64.17 | - |
| YUV | 119.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 211 | 0.56 | 0.45 | 0 | 0.17 | 228.4 | 0.57 | 0.59 |
| Hex | 5C | 73 | D3 | 38 | 2D | 0 | 11 | E4 | 39 | 3B |
| Octal | 134 | 163 | 323 | 70 | 55 | 0 | 21 | 344 | 71 | 73 |
| Binary | 1011100 | 1110011 | 11010011 | 111000 | 101101 | 0 | 10001 | 11100100 | 111001 | 111011 |
Color Harmonies of #5C73D3
Complementary color
Monochromatic Colors of #5C73D3
Black with #5C73D3
Text Example
Text Example
White with #5C73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C73D3; }
p { color: rgb(92,115,211); }
H1.HeaderClassName
{
color: #5C73D3;
}
.AnyTagClassName
{
color: #5C73D3;
}
</style>
background-color css
<style>
a { background-color: #5C73D3; }
a { background-color: rgb(92,115,211); }
div.DivClassName
{
background-color: #5C73D3;
}
.BgClassName
{
background-color: #5C73D3;
}
</style>
border-color css
<style>
span { border-color: #5C73D3; }
span { border-color: rgb(92,115,211); }
td.TdClassName
{
border-color: #5C73D3;
}
.TagClassName
{
border-color: #5C73D3;
}
</style>