Shades of Havelock Blue #5380DD
Tints of Havelock Blue #5380DD
RGB
CMYK
RGB Variations
Color information
#5380DD (or 0x5380DD) is known color: Havelock Blue. HEX triplet: 53, 80 and DD. RGB value is (83,128,221). Sum of RGB (Red+Green+Blue) = 83+128+221=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #5380DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5380DD is #AC7F22. Grayscale: #7C7C7C. Windows color (decimal): -11304739 or 14516307. OLE color: 14516307.
HSL color Cylindrical-coordinate representation of color #5380DD: hue angle of 220.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5380DD is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 128 | 221 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.13 |
| HSL | 220.43º | 0.67% | 0.6% | - |
| HSV(B) | 220.43º | 0.62% | 0.87% | - |
| XYZ | 24.34 | 22.5 | 71.47 | - |
| YUV | 125.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 221 | 0.62 | 0.42 | 0 | 0.13 | 220.43 | 0.67 | 0.6 |
| Hex | 53 | 80 | DD | 3E | 2A | 0 | D | DC | 43 | 3C |
| Octal | 123 | 200 | 335 | 76 | 52 | 0 | 15 | 334 | 103 | 74 |
| Binary | 1010011 | 10000000 | 11011101 | 111110 | 101010 | 0 | 1101 | 11011100 | 1000011 | 111100 |
Color Harmonies of #5380DD
Complementary color
Monochromatic Colors of #5380DD
Black with #5380DD
Text Example
Text Example
White with #5380DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5380DD; }
p { color: rgb(83,128,221); }
H1.HeaderClassName
{
color: #5380DD;
}
.AnyTagClassName
{
color: #5380DD;
}
</style>
background-color css
<style>
a { background-color: #5380DD; }
a { background-color: rgb(83,128,221); }
div.DivClassName
{
background-color: #5380DD;
}
.BgClassName
{
background-color: #5380DD;
}
</style>
border-color css
<style>
span { border-color: #5380DD; }
span { border-color: rgb(83,128,221); }
td.TdClassName
{
border-color: #5380DD;
}
.TagClassName
{
border-color: #5380DD;
}
</style>