Shades of Havelock Blue #5283C1
Tints of Havelock Blue #5283C1
RGB
CMYK
RGB Variations
Color information
#5283C1 (or 0x5283C1) is known color: Havelock Blue. HEX triplet: 52, 83 and C1. RGB value is (82,131,193). Sum of RGB (Red+Green+Blue) = 82+131+193=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #5283C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283C1 is #AD7C3E. Grayscale: #7B7B7B. Windows color (decimal): -11369535 or 12682066. OLE color: 12682066.
HSL color Cylindrical-coordinate representation of color #5283C1: hue angle of 213.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5283C1 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 131 | 193 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.24 |
| HSL | 213.51º | 0.47% | 0.54% | - |
| HSV(B) | 213.51º | 0.58% | 0.76% | - |
| XYZ | 21.22 | 21.88 | 53.56 | - |
| YUV | 123.42 | 167.27 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 193 | 0.58 | 0.32 | 0 | 0.24 | 213.51 | 0.47 | 0.54 |
| Hex | 52 | 83 | C1 | 3A | 20 | 0 | 18 | D6 | 2F | 36 |
| Octal | 122 | 203 | 301 | 72 | 40 | 0 | 30 | 326 | 57 | 66 |
| Binary | 1010010 | 10000011 | 11000001 | 111010 | 100000 | 0 | 11000 | 11010110 | 101111 | 110110 |
Color Harmonies of #5283C1
Complementary color
Monochromatic Colors of #5283C1
Black with #5283C1
Text Example
Text Example
White with #5283C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283C1; }
p { color: rgb(82,131,193); }
H1.HeaderClassName
{
color: #5283C1;
}
.AnyTagClassName
{
color: #5283C1;
}
</style>
background-color css
<style>
a { background-color: #5283C1; }
a { background-color: rgb(82,131,193); }
div.DivClassName
{
background-color: #5283C1;
}
.BgClassName
{
background-color: #5283C1;
}
</style>
border-color css
<style>
span { border-color: #5283C1; }
span { border-color: rgb(82,131,193); }
td.TdClassName
{
border-color: #5283C1;
}
.TagClassName
{
border-color: #5283C1;
}
</style>