Shades of Havelock Blue #5383DC
Tints of Havelock Blue #5383DC
RGB
CMYK
RGB Variations
Color information
#5383DC (or 0x5383DC) is known color: Havelock Blue. HEX triplet: 53, 83 and DC. RGB value is (83,131,220). Sum of RGB (Red+Green+Blue) = 83+131+220=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #5383DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383DC is #AC7C23. Grayscale: #7E7E7E. Windows color (decimal): -11303972 or 14451539. OLE color: 14451539.
HSL color Cylindrical-coordinate representation of color #5383DC: hue angle of 218.98º degrees, saturation: 0.66, 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 #5383DC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 131 | 220 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.14 |
| HSL | 218.98º | 0.66% | 0.59% | - |
| HSV(B) | 218.98º | 0.62% | 0.86% | - |
| XYZ | 24.6 | 23.24 | 70.9 | - |
| YUV | 126.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 220 | 0.62 | 0.40 | 0 | 0.14 | 218.98 | 0.66 | 0.59 |
| Hex | 53 | 83 | DC | 3E | 28 | 0 | E | DB | 42 | 3B |
| Octal | 123 | 203 | 334 | 76 | 50 | 0 | 16 | 333 | 102 | 73 |
| Binary | 1010011 | 10000011 | 11011100 | 111110 | 101000 | 0 | 1110 | 11011011 | 1000010 | 111011 |
Color Harmonies of #5383DC
Complementary color
Monochromatic Colors of #5383DC
Black with #5383DC
Text Example
Text Example
White with #5383DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5383DC; }
p { color: rgb(83,131,220); }
H1.HeaderClassName
{
color: #5383DC;
}
.AnyTagClassName
{
color: #5383DC;
}
</style>
background-color css
<style>
a { background-color: #5383DC; }
a { background-color: rgb(83,131,220); }
div.DivClassName
{
background-color: #5383DC;
}
.BgClassName
{
background-color: #5383DC;
}
</style>
border-color css
<style>
span { border-color: #5383DC; }
span { border-color: rgb(83,131,220); }
td.TdClassName
{
border-color: #5383DC;
}
.TagClassName
{
border-color: #5383DC;
}
</style>