Shades of Havelock Blue #5E82D3
Tints of Havelock Blue #5E82D3
RGB
CMYK
RGB Variations
Color information
#5E82D3 (or 0x5E82D3) is known color: Havelock Blue. HEX triplet: 5E, 82 and D3. RGB value is (94,130,211). Sum of RGB (Red+Green+Blue) = 94+130+211=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #5E82D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E82D3 is #A17D2C. Grayscale: #808080. Windows color (decimal): -10583341 or 13861470. OLE color: 13861470.
HSL color Cylindrical-coordinate representation of color #5E82D3: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E82D3 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 130 | 211 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.17 |
| HSL | 221.54º | 0.57% | 0.6% | - |
| HSV(B) | 221.54º | 0.55% | 0.83% | - |
| XYZ | 24.36 | 23.05 | 64.79 | - |
| YUV | 128.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 130 | 211 | 0.55 | 0.38 | 0 | 0.17 | 221.54 | 0.57 | 0.6 |
| Hex | 5E | 82 | D3 | 37 | 26 | 0 | 11 | DE | 39 | 3C |
| Octal | 136 | 202 | 323 | 67 | 46 | 0 | 21 | 336 | 71 | 74 |
| Binary | 1011110 | 10000010 | 11010011 | 110111 | 100110 | 0 | 10001 | 11011110 | 111001 | 111100 |
Color Harmonies of #5E82D3
Complementary color
Monochromatic Colors of #5E82D3
Black with #5E82D3
Text Example
Text Example
White with #5E82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E82D3; }
p { color: rgb(94,130,211); }
H1.HeaderClassName
{
color: #5E82D3;
}
.AnyTagClassName
{
color: #5E82D3;
}
</style>
background-color css
<style>
a { background-color: #5E82D3; }
a { background-color: rgb(94,130,211); }
div.DivClassName
{
background-color: #5E82D3;
}
.BgClassName
{
background-color: #5E82D3;
}
</style>
border-color css
<style>
span { border-color: #5E82D3; }
span { border-color: rgb(94,130,211); }
td.TdClassName
{
border-color: #5E82D3;
}
.TagClassName
{
border-color: #5E82D3;
}
</style>