Shades of Havelock Blue #527BCC
Tints of Havelock Blue #527BCC
RGB
CMYK
RGB Variations
Color information
#527BCC (or 0x527BCC) is known color: Havelock Blue. HEX triplet: 52, 7B and CC. RGB value is (82,123,204). Sum of RGB (Red+Green+Blue) = 82+123+204=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #527BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCC is #AD8433. Grayscale: #777777. Windows color (decimal): -11371572 or 13400914. OLE color: 13400914.
HSL color Cylindrical-coordinate representation of color #527BCC: hue angle of 219.84º degrees, saturation: 0.54, 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 #527BCC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 123 | 204 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.2 |
| HSL | 219.84º | 0.54% | 0.56% | - |
| HSV(B) | 219.84º | 0.6% | 0.8% | - |
| XYZ | 21.46 | 20.32 | 59.92 | - |
| YUV | 119.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 204 | 0.60 | 0.40 | 0 | 0.2 | 219.84 | 0.54 | 0.56 |
| Hex | 52 | 7B | CC | 3C | 28 | 0 | 14 | DC | 36 | 38 |
| Octal | 122 | 173 | 314 | 74 | 50 | 0 | 24 | 334 | 66 | 70 |
| Binary | 1010010 | 1111011 | 11001100 | 111100 | 101000 | 0 | 10100 | 11011100 | 110110 | 111000 |
Color Harmonies of #527BCC
Complementary color
Monochromatic Colors of #527BCC
Black with #527BCC
Text Example
Text Example
White with #527BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BCC; }
p { color: rgb(82,123,204); }
H1.HeaderClassName
{
color: #527BCC;
}
.AnyTagClassName
{
color: #527BCC;
}
</style>
background-color css
<style>
a { background-color: #527BCC; }
a { background-color: rgb(82,123,204); }
div.DivClassName
{
background-color: #527BCC;
}
.BgClassName
{
background-color: #527BCC;
}
</style>
border-color css
<style>
span { border-color: #527BCC; }
span { border-color: rgb(82,123,204); }
td.TdClassName
{
border-color: #527BCC;
}
.TagClassName
{
border-color: #527BCC;
}
</style>