Shades of Havelock Blue #527CBC
Tints of Havelock Blue #527CBC
RGB
CMYK
RGB Variations
Color information
#527CBC (or 0x527CBC) is known color: Havelock Blue. HEX triplet: 52, 7C and BC. RGB value is (82,124,188). Sum of RGB (Red+Green+Blue) = 82+124+188=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #527CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CBC is #AD8343. Grayscale: #767676. Windows color (decimal): -11371332 or 12352594. OLE color: 12352594.
HSL color Cylindrical-coordinate representation of color #527CBC: hue angle of 216.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527CBC is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 124 | 188 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.26 |
| HSL | 216.23º | 0.44% | 0.53% | - |
| HSV(B) | 216.23º | 0.56% | 0.74% | - |
| XYZ | 19.76 | 19.84 | 50.36 | - |
| YUV | 118.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 188 | 0.56 | 0.34 | 0 | 0.26 | 216.23 | 0.44 | 0.53 |
| Hex | 52 | 7C | BC | 38 | 22 | 0 | 1A | D8 | 2C | 35 |
| Octal | 122 | 174 | 274 | 70 | 42 | 0 | 32 | 330 | 54 | 65 |
| Binary | 1010010 | 1111100 | 10111100 | 111000 | 100010 | 0 | 11010 | 11011000 | 101100 | 110101 |
Color Harmonies of #527CBC
Complementary color
Monochromatic Colors of #527CBC
Black with #527CBC
Text Example
Text Example
White with #527CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CBC; }
p { color: rgb(82,124,188); }
H1.HeaderClassName
{
color: #527CBC;
}
.AnyTagClassName
{
color: #527CBC;
}
</style>
background-color css
<style>
a { background-color: #527CBC; }
a { background-color: rgb(82,124,188); }
div.DivClassName
{
background-color: #527CBC;
}
.BgClassName
{
background-color: #527CBC;
}
</style>
border-color css
<style>
span { border-color: #527CBC; }
span { border-color: rgb(82,124,188); }
td.TdClassName
{
border-color: #527CBC;
}
.TagClassName
{
border-color: #527CBC;
}
</style>