Shades of Havelock Blue #527BCD
Tints of Havelock Blue #527BCD
RGB
CMYK
RGB Variations
Color information
#527BCD (or 0x527BCD) is known color: Havelock Blue. HEX triplet: 52, 7B and CD. RGB value is (82,123,205). Sum of RGB (Red+Green+Blue) = 82+123+205=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #527BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCD is #AD8432. Grayscale: #777777. Windows color (decimal): -11371571 or 13466450. OLE color: 13466450.
HSL color Cylindrical-coordinate representation of color #527BCD: hue angle of 220º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527BCD is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 123 | 205 | - |
| CMYK | 0.6 | 0.4 | 0 | 0.20 |
| HSL | 220º | 0.55% | 0.56% | - |
| HSV(B) | 220º | 0.6% | 0.8% | - |
| XYZ | 21.58 | 20.37 | 60.55 | - |
| YUV | 120.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 205 | 0.6 | 0.4 | 0 | 0.20 | 220 | 0.55 | 0.56 |
| Hex | 52 | 7B | CD | 3C | 28 | 0 | 14 | DC | 37 | 38 |
| Octal | 122 | 173 | 315 | 74 | 50 | 0 | 24 | 334 | 67 | 70 |
| Binary | 1010010 | 1111011 | 11001101 | 111100 | 101000 | 0 | 10100 | 11011100 | 110111 | 111000 |
Color Harmonies of #527BCD
Complementary color
Monochromatic Colors of #527BCD
Black with #527BCD
Text Example
Text Example
White with #527BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BCD; }
p { color: rgb(82,123,205); }
H1.HeaderClassName
{
color: #527BCD;
}
.AnyTagClassName
{
color: #527BCD;
}
</style>
background-color css
<style>
a { background-color: #527BCD; }
a { background-color: rgb(82,123,205); }
div.DivClassName
{
background-color: #527BCD;
}
.BgClassName
{
background-color: #527BCD;
}
</style>
border-color css
<style>
span { border-color: #527BCD; }
span { border-color: rgb(82,123,205); }
td.TdClassName
{
border-color: #527BCD;
}
.TagClassName
{
border-color: #527BCD;
}
</style>