Shades of Havelock Blue #5283BB
Tints of Havelock Blue #5283BB
RGB
CMYK
RGB Variations
Color information
#5283BB (or 0x5283BB) is known color: Havelock Blue. HEX triplet: 52, 83 and BB. RGB value is (82,131,187). Sum of RGB (Red+Green+Blue) = 82+131+187=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #5283BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283BB is #AD7C44. Grayscale: #7A7A7A. Windows color (decimal): -11369541 or 12288850. OLE color: 12288850.
HSL color Cylindrical-coordinate representation of color #5283BB: hue angle of 212º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5283BB is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 131 | 187 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.27 |
| HSL | 212º | 0.44% | 0.53% | - |
| HSV(B) | 212º | 0.56% | 0.73% | - |
| XYZ | 20.57 | 21.61 | 50.1 | - |
| YUV | 122.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 131 | 187 | 0.56 | 0.30 | 0 | 0.27 | 212 | 0.44 | 0.53 |
| Hex | 52 | 83 | BB | 38 | 1E | 0 | 1B | D4 | 2C | 35 |
| Octal | 122 | 203 | 273 | 70 | 36 | 0 | 33 | 324 | 54 | 65 |
| Binary | 1010010 | 10000011 | 10111011 | 111000 | 11110 | 0 | 11011 | 11010100 | 101100 | 110101 |
Color Harmonies of #5283BB
Complementary color
Monochromatic Colors of #5283BB
Black with #5283BB
Text Example
Text Example
White with #5283BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5283BB; }
p { color: rgb(82,131,187); }
H1.HeaderClassName
{
color: #5283BB;
}
.AnyTagClassName
{
color: #5283BB;
}
</style>
background-color css
<style>
a { background-color: #5283BB; }
a { background-color: rgb(82,131,187); }
div.DivClassName
{
background-color: #5283BB;
}
.BgClassName
{
background-color: #5283BB;
}
</style>
border-color css
<style>
span { border-color: #5283BB; }
span { border-color: rgb(82,131,187); }
td.TdClassName
{
border-color: #5283BB;
}
.TagClassName
{
border-color: #5283BB;
}
</style>