Shades of Havelock Blue #5385B7
Tints of Havelock Blue #5385B7
RGB
CMYK
RGB Variations
Color information
#5385B7 (or 0x5385B7) is known color: Havelock Blue. HEX triplet: 53, 85 and B7. RGB value is (83,133,183). Sum of RGB (Red+Green+Blue) = 83+133+183=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #5385B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385B7 is #AC7A48. Grayscale: #7B7B7B. Windows color (decimal): -11303497 or 12027219. OLE color: 12027219.
HSL color Cylindrical-coordinate representation of color #5385B7: hue angle of 210º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5385B7 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 133 | 183 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.28 |
| HSL | 210º | 0.41% | 0.52% | - |
| HSV(B) | 210º | 0.55% | 0.72% | - |
| XYZ | 20.5 | 22.03 | 47.97 | - |
| YUV | 123.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 183 | 0.55 | 0.27 | 0 | 0.28 | 210 | 0.41 | 0.52 |
| Hex | 53 | 85 | B7 | 37 | 1B | 0 | 1C | D2 | 29 | 34 |
| Octal | 123 | 205 | 267 | 67 | 33 | 0 | 34 | 322 | 51 | 64 |
| Binary | 1010011 | 10000101 | 10110111 | 110111 | 11011 | 0 | 11100 | 11010010 | 101001 | 110100 |
Color Harmonies of #5385B7
Complementary color
Monochromatic Colors of #5385B7
Black with #5385B7
Text Example
Text Example
White with #5385B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5385B7; }
p { color: rgb(83,133,183); }
H1.HeaderClassName
{
color: #5385B7;
}
.AnyTagClassName
{
color: #5385B7;
}
</style>
background-color css
<style>
a { background-color: #5385B7; }
a { background-color: rgb(83,133,183); }
div.DivClassName
{
background-color: #5385B7;
}
.BgClassName
{
background-color: #5385B7;
}
</style>
border-color css
<style>
span { border-color: #5385B7; }
span { border-color: rgb(83,133,183); }
td.TdClassName
{
border-color: #5385B7;
}
.TagClassName
{
border-color: #5385B7;
}
</style>