Shades of Havelock Blue #5373CC
Tints of Havelock Blue #5373CC
RGB
CMYK
RGB Variations
Color information
#5373CC (or 0x5373CC) is known color: Havelock Blue. HEX triplet: 53, 73 and CC. RGB value is (83,115,204). Sum of RGB (Red+Green+Blue) = 83+115+204=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #5373CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373CC is #AC8C33. Grayscale: #737373. Windows color (decimal): -11308084 or 13398867. OLE color: 13398867.
HSL color Cylindrical-coordinate representation of color #5373CC: hue angle of 224.13º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5373CC is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 115 | 204 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.2 |
| HSL | 224.13º | 0.54% | 0.56% | - |
| HSV(B) | 224.13º | 0.59% | 0.8% | - |
| XYZ | 20.6 | 18.46 | 59.6 | - |
| YUV | 115.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 204 | 0.59 | 0.44 | 0 | 0.2 | 224.13 | 0.54 | 0.56 |
| Hex | 53 | 73 | CC | 3B | 2C | 0 | 14 | E0 | 36 | 38 |
| Octal | 123 | 163 | 314 | 73 | 54 | 0 | 24 | 340 | 66 | 70 |
| Binary | 1010011 | 1110011 | 11001100 | 111011 | 101100 | 0 | 10100 | 11100000 | 110110 | 111000 |
Color Harmonies of #5373CC
Complementary color
Monochromatic Colors of #5373CC
Black with #5373CC
Text Example
Text Example
White with #5373CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373CC; }
p { color: rgb(83,115,204); }
H1.HeaderClassName
{
color: #5373CC;
}
.AnyTagClassName
{
color: #5373CC;
}
</style>
background-color css
<style>
a { background-color: #5373CC; }
a { background-color: rgb(83,115,204); }
div.DivClassName
{
background-color: #5373CC;
}
.BgClassName
{
background-color: #5373CC;
}
</style>
border-color css
<style>
span { border-color: #5373CC; }
span { border-color: rgb(83,115,204); }
td.TdClassName
{
border-color: #5373CC;
}
.TagClassName
{
border-color: #5373CC;
}
</style>