Shades of Havelock Blue #5775C2
Tints of Havelock Blue #5775C2
RGB
CMYK
RGB Variations
Color information
#5775C2 (or 0x5775C2) is known color: Havelock Blue. HEX triplet: 57, 75 and C2. RGB value is (87,117,194). Sum of RGB (Red+Green+Blue) = 87+117+194=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #5775C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775C2 is #A88A3D. Grayscale: #747474. Windows color (decimal): -11045438 or 12744023. OLE color: 12744023.
HSL color Cylindrical-coordinate representation of color #5775C2: hue angle of 223.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5775C2 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 117 | 194 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.24 |
| HSL | 223.18º | 0.47% | 0.55% | - |
| HSV(B) | 223.18º | 0.55% | 0.76% | - |
| XYZ | 20.03 | 18.64 | 53.58 | - |
| YUV | 116.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 194 | 0.55 | 0.40 | 0 | 0.24 | 223.18 | 0.47 | 0.55 |
| Hex | 57 | 75 | C2 | 37 | 28 | 0 | 18 | DF | 2F | 37 |
| Octal | 127 | 165 | 302 | 67 | 50 | 0 | 30 | 337 | 57 | 67 |
| Binary | 1010111 | 1110101 | 11000010 | 110111 | 101000 | 0 | 11000 | 11011111 | 101111 | 110111 |
Color Harmonies of #5775C2
Complementary color
Monochromatic Colors of #5775C2
Black with #5775C2
Text Example
Text Example
White with #5775C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5775C2; }
p { color: rgb(87,117,194); }
H1.HeaderClassName
{
color: #5775C2;
}
.AnyTagClassName
{
color: #5775C2;
}
</style>
background-color css
<style>
a { background-color: #5775C2; }
a { background-color: rgb(87,117,194); }
div.DivClassName
{
background-color: #5775C2;
}
.BgClassName
{
background-color: #5775C2;
}
</style>
border-color css
<style>
span { border-color: #5775C2; }
span { border-color: rgb(87,117,194); }
td.TdClassName
{
border-color: #5775C2;
}
.TagClassName
{
border-color: #5775C2;
}
</style>