Shades of Havelock Blue #527BC5
Tints of Havelock Blue #527BC5
RGB
CMYK
RGB Variations
Color information
#527BC5 (or 0x527BC5) is known color: Havelock Blue. HEX triplet: 52, 7B and C5. RGB value is (82,123,197). Sum of RGB (Red+Green+Blue) = 82+123+197=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #527BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BC5 is #AD843A. Grayscale: #767676. Windows color (decimal): -11371579 or 12942162. OLE color: 12942162.
HSL color Cylindrical-coordinate representation of color #527BC5: hue angle of 218.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527BC5 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 123 | 197 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.23 |
| HSL | 218.61º | 0.5% | 0.55% | - |
| HSV(B) | 218.61º | 0.58% | 0.77% | - |
| XYZ | 20.64 | 19.99 | 55.59 | - |
| YUV | 119.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 197 | 0.58 | 0.38 | 0 | 0.23 | 218.61 | 0.5 | 0.55 |
| Hex | 52 | 7B | C5 | 3A | 26 | 0 | 17 | DB | 32 | 37 |
| Octal | 122 | 173 | 305 | 72 | 46 | 0 | 27 | 333 | 62 | 67 |
| Binary | 1010010 | 1111011 | 11000101 | 111010 | 100110 | 0 | 10111 | 11011011 | 110010 | 110111 |
Color Harmonies of #527BC5
Complementary color
Monochromatic Colors of #527BC5
Black with #527BC5
Text Example
Text Example
White with #527BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BC5; }
p { color: rgb(82,123,197); }
H1.HeaderClassName
{
color: #527BC5;
}
.AnyTagClassName
{
color: #527BC5;
}
</style>
background-color css
<style>
a { background-color: #527BC5; }
a { background-color: rgb(82,123,197); }
div.DivClassName
{
background-color: #527BC5;
}
.BgClassName
{
background-color: #527BC5;
}
</style>
border-color css
<style>
span { border-color: #527BC5; }
span { border-color: rgb(82,123,197); }
td.TdClassName
{
border-color: #527BC5;
}
.TagClassName
{
border-color: #527BC5;
}
</style>