Shades of Havelock Blue #5773CE
Tints of Havelock Blue #5773CE
RGB
CMYK
RGB Variations
Color information
#5773CE (or 0x5773CE) is known color: Havelock Blue. HEX triplet: 57, 73 and CE. RGB value is (87,115,206). Sum of RGB (Red+Green+Blue) = 87+115+206=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #5773CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773CE is #A88C31. Grayscale: #747474. Windows color (decimal): -11045938 or 13529943. OLE color: 13529943.
HSL color Cylindrical-coordinate representation of color #5773CE: hue angle of 225.88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5773CE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 87 | 115 | 206 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.19 |
| HSL | 225.88º | 0.55% | 0.57% | - |
| HSV(B) | 225.88º | 0.58% | 0.81% | - |
| XYZ | 21.2 | 18.74 | 60.89 | - |
| YUV | 117 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 206 | 0.58 | 0.44 | 0 | 0.19 | 225.88 | 0.55 | 0.57 |
| Hex | 57 | 73 | CE | 3A | 2C | 0 | 13 | E2 | 37 | 39 |
| Octal | 127 | 163 | 316 | 72 | 54 | 0 | 23 | 342 | 67 | 71 |
| Binary | 1010111 | 1110011 | 11001110 | 111010 | 101100 | 0 | 10011 | 11100010 | 110111 | 111001 |
Color Harmonies of #5773CE
Complementary color
Monochromatic Colors of #5773CE
Black with #5773CE
Text Example
Text Example
White with #5773CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773CE; }
p { color: rgb(87,115,206); }
H1.HeaderClassName
{
color: #5773CE;
}
.AnyTagClassName
{
color: #5773CE;
}
</style>
background-color css
<style>
a { background-color: #5773CE; }
a { background-color: rgb(87,115,206); }
div.DivClassName
{
background-color: #5773CE;
}
.BgClassName
{
background-color: #5773CE;
}
</style>
border-color css
<style>
span { border-color: #5773CE; }
span { border-color: rgb(87,115,206); }
td.TdClassName
{
border-color: #5773CE;
}
.TagClassName
{
border-color: #5773CE;
}
</style>