Shades of Havelock Blue #527BC0
Tints of Havelock Blue #527BC0
RGB
CMYK
RGB Variations
Color information
#527BC0 (or 0x527BC0) is known color: Havelock Blue. HEX triplet: 52, 7B and C0. RGB value is (82,123,192). Sum of RGB (Red+Green+Blue) = 82+123+192=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #527BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BC0 is #AD843F. Grayscale: #767676. Windows color (decimal): -11371584 or 12614482. OLE color: 12614482.
HSL color Cylindrical-coordinate representation of color #527BC0: hue angle of 217.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527BC0 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 123 | 192 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.25 |
| HSL | 217.64º | 0.47% | 0.54% | - |
| HSV(B) | 217.64º | 0.57% | 0.75% | - |
| XYZ | 20.08 | 19.77 | 52.63 | - |
| YUV | 118.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 192 | 0.57 | 0.36 | 0 | 0.25 | 217.64 | 0.47 | 0.54 |
| Hex | 52 | 7B | C0 | 39 | 24 | 0 | 19 | DA | 2F | 36 |
| Octal | 122 | 173 | 300 | 71 | 44 | 0 | 31 | 332 | 57 | 66 |
| Binary | 1010010 | 1111011 | 11000000 | 111001 | 100100 | 0 | 11001 | 11011010 | 101111 | 110110 |
Color Harmonies of #527BC0
Complementary color
Monochromatic Colors of #527BC0
Black with #527BC0
Text Example
Text Example
White with #527BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BC0; }
p { color: rgb(82,123,192); }
H1.HeaderClassName
{
color: #527BC0;
}
.AnyTagClassName
{
color: #527BC0;
}
</style>
background-color css
<style>
a { background-color: #527BC0; }
a { background-color: rgb(82,123,192); }
div.DivClassName
{
background-color: #527BC0;
}
.BgClassName
{
background-color: #527BC0;
}
</style>
border-color css
<style>
span { border-color: #527BC0; }
span { border-color: rgb(82,123,192); }
td.TdClassName
{
border-color: #527BC0;
}
.TagClassName
{
border-color: #527BC0;
}
</style>