Shades of Havelock Blue #5385DB
Tints of Havelock Blue #5385DB
RGB
CMYK
RGB Variations
Color information
#5385DB (or 0x5385DB) is known color: Havelock Blue. HEX triplet: 53, 85 and DB. RGB value is (83,133,219). Sum of RGB (Red+Green+Blue) = 83+133+219=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5385DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385DB is #AC7A24. Grayscale: #7F7F7F. Windows color (decimal): -11303461 or 14386515. OLE color: 14386515.
HSL color Cylindrical-coordinate representation of color #5385DB: hue angle of 217.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5385DB is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 133 | 219 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.14 |
| HSL | 217.94º | 0.65% | 0.59% | - |
| HSV(B) | 217.94º | 0.62% | 0.86% | - |
| XYZ | 24.74 | 23.73 | 70.29 | - |
| YUV | 127.85 | 179.44 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 219 | 0.62 | 0.39 | 0 | 0.14 | 217.94 | 0.65 | 0.59 |
| Hex | 53 | 85 | DB | 3E | 27 | 0 | E | DA | 41 | 3B |
| Octal | 123 | 205 | 333 | 76 | 47 | 0 | 16 | 332 | 101 | 73 |
| Binary | 1010011 | 10000101 | 11011011 | 111110 | 100111 | 0 | 1110 | 11011010 | 1000001 | 111011 |
Color Harmonies of #5385DB
Complementary color
Monochromatic Colors of #5385DB
Black with #5385DB
Text Example
Text Example
White with #5385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5385DB; }
p { color: rgb(83,133,219); }
H1.HeaderClassName
{
color: #5385DB;
}
.AnyTagClassName
{
color: #5385DB;
}
</style>
background-color css
<style>
a { background-color: #5385DB; }
a { background-color: rgb(83,133,219); }
div.DivClassName
{
background-color: #5385DB;
}
.BgClassName
{
background-color: #5385DB;
}
</style>
border-color css
<style>
span { border-color: #5385DB; }
span { border-color: rgb(83,133,219); }
td.TdClassName
{
border-color: #5385DB;
}
.TagClassName
{
border-color: #5385DB;
}
</style>