Shades of Havelock Blue #527DCB
Tints of Havelock Blue #527DCB
RGB
CMYK
RGB Variations
Color information
#527DCB (or 0x527DCB) is known color: Havelock Blue. HEX triplet: 52, 7D and CB. RGB value is (82,125,203). Sum of RGB (Red+Green+Blue) = 82+125+203=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #527DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DCB is #AD8234. Grayscale: #787878. Windows color (decimal): -11371061 or 13335890. OLE color: 13335890.
HSL color Cylindrical-coordinate representation of color #527DCB: hue angle of 218.68º 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 #527DCB is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 125 | 203 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.20 |
| HSL | 218.68º | 0.54% | 0.56% | - |
| HSV(B) | 218.68º | 0.6% | 0.8% | - |
| XYZ | 21.59 | 20.77 | 59.37 | - |
| YUV | 121.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 203 | 0.60 | 0.38 | 0 | 0.20 | 218.68 | 0.54 | 0.56 |
| Hex | 52 | 7D | CB | 3C | 26 | 0 | 14 | DB | 36 | 38 |
| Octal | 122 | 175 | 313 | 74 | 46 | 0 | 24 | 333 | 66 | 70 |
| Binary | 1010010 | 1111101 | 11001011 | 111100 | 100110 | 0 | 10100 | 11011011 | 110110 | 111000 |
Color Harmonies of #527DCB
Complementary color
Monochromatic Colors of #527DCB
Black with #527DCB
Text Example
Text Example
White with #527DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DCB; }
p { color: rgb(82,125,203); }
H1.HeaderClassName
{
color: #527DCB;
}
.AnyTagClassName
{
color: #527DCB;
}
</style>
background-color css
<style>
a { background-color: #527DCB; }
a { background-color: rgb(82,125,203); }
div.DivClassName
{
background-color: #527DCB;
}
.BgClassName
{
background-color: #527DCB;
}
</style>
border-color css
<style>
span { border-color: #527DCB; }
span { border-color: rgb(82,125,203); }
td.TdClassName
{
border-color: #527DCB;
}
.TagClassName
{
border-color: #527DCB;
}
</style>