Shades of Havelock Blue #5775BD
Tints of Havelock Blue #5775BD
RGB
CMYK
RGB Variations
Color information
#5775BD (or 0x5775BD) is known color: Havelock Blue. HEX triplet: 57, 75 and BD. RGB value is (87,117,189). Sum of RGB (Red+Green+Blue) = 87+117+189=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #5775BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5775BD is #A88A42. Grayscale: #737373. Windows color (decimal): -11045443 or 12416343. OLE color: 12416343.
HSL color Cylindrical-coordinate representation of color #5775BD: hue angle of 222.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5775BD is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 117 | 189 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.26 |
| HSL | 222.35º | 0.44% | 0.54% | - |
| HSV(B) | 222.35º | 0.54% | 0.74% | - |
| XYZ | 19.48 | 18.42 | 50.67 | - |
| YUV | 116.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 189 | 0.54 | 0.38 | 0 | 0.26 | 222.35 | 0.44 | 0.54 |
| Hex | 57 | 75 | BD | 36 | 26 | 0 | 1A | DE | 2C | 36 |
| Octal | 127 | 165 | 275 | 66 | 46 | 0 | 32 | 336 | 54 | 66 |
| Binary | 1010111 | 1110101 | 10111101 | 110110 | 100110 | 0 | 11010 | 11011110 | 101100 | 110110 |
Color Harmonies of #5775BD
Complementary color
Monochromatic Colors of #5775BD
Black with #5775BD
Text Example
Text Example
White with #5775BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5775BD; }
p { color: rgb(87,117,189); }
H1.HeaderClassName
{
color: #5775BD;
}
.AnyTagClassName
{
color: #5775BD;
}
</style>
background-color css
<style>
a { background-color: #5775BD; }
a { background-color: rgb(87,117,189); }
div.DivClassName
{
background-color: #5775BD;
}
.BgClassName
{
background-color: #5775BD;
}
</style>
border-color css
<style>
span { border-color: #5775BD; }
span { border-color: rgb(87,117,189); }
td.TdClassName
{
border-color: #5775BD;
}
.TagClassName
{
border-color: #5775BD;
}
</style>