Shades of Havelock Blue #5775CC
Tints of Havelock Blue #5775CC
RGB
CMYK
RGB Variations
Color information
#5775CC (or 0x5775CC) is known color: Havelock Blue. HEX triplet: 57, 75 and CC. RGB value is (87,117,204). Sum of RGB (Red+Green+Blue) = 87+117+204=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #5775CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775CC is #A88A33. Grayscale: #757575. Windows color (decimal): -11045428 or 13399383. OLE color: 13399383.
HSL color Cylindrical-coordinate representation of color #5775CC: hue angle of 224.62º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5775CC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 117 | 204 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.2 |
| HSL | 224.62º | 0.53% | 0.57% | - |
| HSV(B) | 224.62º | 0.57% | 0.8% | - |
| XYZ | 21.19 | 19.11 | 59.7 | - |
| YUV | 117.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 204 | 0.57 | 0.43 | 0 | 0.2 | 224.62 | 0.53 | 0.57 |
| Hex | 57 | 75 | CC | 39 | 2B | 0 | 14 | E1 | 35 | 39 |
| Octal | 127 | 165 | 314 | 71 | 53 | 0 | 24 | 341 | 65 | 71 |
| Binary | 1010111 | 1110101 | 11001100 | 111001 | 101011 | 0 | 10100 | 11100001 | 110101 | 111001 |
Color Harmonies of #5775CC
Complementary color
Monochromatic Colors of #5775CC
Black with #5775CC
Text Example
Text Example
White with #5775CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5775CC; }
p { color: rgb(87,117,204); }
H1.HeaderClassName
{
color: #5775CC;
}
.AnyTagClassName
{
color: #5775CC;
}
</style>
background-color css
<style>
a { background-color: #5775CC; }
a { background-color: rgb(87,117,204); }
div.DivClassName
{
background-color: #5775CC;
}
.BgClassName
{
background-color: #5775CC;
}
</style>
border-color css
<style>
span { border-color: #5775CC; }
span { border-color: rgb(87,117,204); }
td.TdClassName
{
border-color: #5775CC;
}
.TagClassName
{
border-color: #5775CC;
}
</style>