Shades of Havelock Blue #5383D0
Tints of Havelock Blue #5383D0
RGB
CMYK
RGB Variations
Color information
#5383D0 (or 0x5383D0) is known color: Havelock Blue. HEX triplet: 53, 83 and D0. RGB value is (83,131,208). Sum of RGB (Red+Green+Blue) = 83+131+208=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #5383D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383D0 is #AC7C2F. Grayscale: #7D7D7D. Windows color (decimal): -11303984 or 13665107. OLE color: 13665107.
HSL color Cylindrical-coordinate representation of color #5383D0: hue angle of 216.96º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5383D0 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 131 | 208 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.18 |
| HSL | 216.96º | 0.57% | 0.57% | - |
| HSV(B) | 216.96º | 0.6% | 0.82% | - |
| XYZ | 23.07 | 22.63 | 62.83 | - |
| YUV | 125.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 208 | 0.60 | 0.37 | 0 | 0.18 | 216.96 | 0.57 | 0.57 |
| Hex | 53 | 83 | D0 | 3C | 25 | 0 | 12 | D9 | 39 | 39 |
| Octal | 123 | 203 | 320 | 74 | 45 | 0 | 22 | 331 | 71 | 71 |
| Binary | 1010011 | 10000011 | 11010000 | 111100 | 100101 | 0 | 10010 | 11011001 | 111001 | 111001 |
Color Harmonies of #5383D0
Complementary color
Monochromatic Colors of #5383D0
Black with #5383D0
Text Example
Text Example
White with #5383D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5383D0; }
p { color: rgb(83,131,208); }
H1.HeaderClassName
{
color: #5383D0;
}
.AnyTagClassName
{
color: #5383D0;
}
</style>
background-color css
<style>
a { background-color: #5383D0; }
a { background-color: rgb(83,131,208); }
div.DivClassName
{
background-color: #5383D0;
}
.BgClassName
{
background-color: #5383D0;
}
</style>
border-color css
<style>
span { border-color: #5383D0; }
span { border-color: rgb(83,131,208); }
td.TdClassName
{
border-color: #5383D0;
}
.TagClassName
{
border-color: #5383D0;
}
</style>