Shades of Havelock Blue #5381DC
Tints of Havelock Blue #5381DC
RGB
CMYK
RGB Variations
Color information
#5381DC (or 0x5381DC) is known color: Havelock Blue. HEX triplet: 53, 81 and DC. RGB value is (83,129,220). Sum of RGB (Red+Green+Blue) = 83+129+220=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #5381DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5381DC is #AC7E23. Grayscale: #7D7D7D. Windows color (decimal): -11304484 or 14451027. OLE color: 14451027.
HSL color Cylindrical-coordinate representation of color #5381DC: hue angle of 219.85º 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 #5381DC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 129 | 220 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.14 |
| HSL | 219.85º | 0.66% | 0.59% | - |
| HSV(B) | 219.85º | 0.62% | 0.86% | - |
| XYZ | 24.34 | 22.71 | 70.81 | - |
| YUV | 125.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 129 | 220 | 0.62 | 0.41 | 0 | 0.14 | 219.85 | 0.66 | 0.59 |
| Hex | 53 | 81 | DC | 3E | 29 | 0 | E | DC | 42 | 3B |
| Octal | 123 | 201 | 334 | 76 | 51 | 0 | 16 | 334 | 102 | 73 |
| Binary | 1010011 | 10000001 | 11011100 | 111110 | 101001 | 0 | 1110 | 11011100 | 1000010 | 111011 |
Color Harmonies of #5381DC
Complementary color
Monochromatic Colors of #5381DC
Black with #5381DC
Text Example
Text Example
White with #5381DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5381DC; }
p { color: rgb(83,129,220); }
H1.HeaderClassName
{
color: #5381DC;
}
.AnyTagClassName
{
color: #5381DC;
}
</style>
background-color css
<style>
a { background-color: #5381DC; }
a { background-color: rgb(83,129,220); }
div.DivClassName
{
background-color: #5381DC;
}
.BgClassName
{
background-color: #5381DC;
}
</style>
border-color css
<style>
span { border-color: #5381DC; }
span { border-color: rgb(83,129,220); }
td.TdClassName
{
border-color: #5381DC;
}
.TagClassName
{
border-color: #5381DC;
}
</style>