Shades of Havelock Blue #5585DA
Tints of Havelock Blue #5585DA
RGB
CMYK
RGB Variations
Color information
#5585DA (or 0x5585DA) is known color: Havelock Blue. HEX triplet: 55, 85 and DA. RGB value is (85,133,218). Sum of RGB (Red+Green+Blue) = 85+133+218=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #5585DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585DA is #AA7A25. Grayscale: #7F7F7F. Windows color (decimal): -11172390 or 14320981. OLE color: 14320981.
HSL color Cylindrical-coordinate representation of color #5585DA: hue angle of 218.35º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5585DA is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 133 | 218 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.15 |
| HSL | 218.35º | 0.64% | 0.59% | - |
| HSV(B) | 218.35º | 0.61% | 0.85% | - |
| XYZ | 24.79 | 23.77 | 69.61 | - |
| YUV | 128.34 | 178.6 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 218 | 0.61 | 0.39 | 0 | 0.15 | 218.35 | 0.64 | 0.59 |
| Hex | 55 | 85 | DA | 3D | 27 | 0 | F | DA | 40 | 3B |
| Octal | 125 | 205 | 332 | 75 | 47 | 0 | 17 | 332 | 100 | 73 |
| Binary | 1010101 | 10000101 | 11011010 | 111101 | 100111 | 0 | 1111 | 11011010 | 1000000 | 111011 |
Color Harmonies of #5585DA
Complementary color
Monochromatic Colors of #5585DA
Black with #5585DA
Text Example
Text Example
White with #5585DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5585DA; }
p { color: rgb(85,133,218); }
H1.HeaderClassName
{
color: #5585DA;
}
.AnyTagClassName
{
color: #5585DA;
}
</style>
background-color css
<style>
a { background-color: #5585DA; }
a { background-color: rgb(85,133,218); }
div.DivClassName
{
background-color: #5585DA;
}
.BgClassName
{
background-color: #5585DA;
}
</style>
border-color css
<style>
span { border-color: #5585DA; }
span { border-color: rgb(85,133,218); }
td.TdClassName
{
border-color: #5585DA;
}
.TagClassName
{
border-color: #5585DA;
}
</style>