Shades of Havelock Blue #527BCE
Tints of Havelock Blue #527BCE
RGB
CMYK
RGB Variations
Color information
#527BCE (or 0x527BCE) is known color: Havelock Blue. HEX triplet: 52, 7B and CE. RGB value is (82,123,206). Sum of RGB (Red+Green+Blue) = 82+123+206=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #527BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCE is #AD8431. Grayscale: #777777. Windows color (decimal): -11371570 or 13531986. OLE color: 13531986.
HSL color Cylindrical-coordinate representation of color #527BCE: hue angle of 220.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527BCE is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 123 | 206 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.19 |
| HSL | 220.16º | 0.56% | 0.56% | - |
| HSV(B) | 220.16º | 0.6% | 0.81% | - |
| XYZ | 21.7 | 20.42 | 61.19 | - |
| YUV | 120.2 | 176.42 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 206 | 0.60 | 0.40 | 0 | 0.19 | 220.16 | 0.56 | 0.56 |
| Hex | 52 | 7B | CE | 3C | 28 | 0 | 13 | DC | 38 | 38 |
| Octal | 122 | 173 | 316 | 74 | 50 | 0 | 23 | 334 | 70 | 70 |
| Binary | 1010010 | 1111011 | 11001110 | 111100 | 101000 | 0 | 10011 | 11011100 | 111000 | 111000 |
Color Harmonies of #527BCE
Complementary color
Monochromatic Colors of #527BCE
Black with #527BCE
Text Example
Text Example
White with #527BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BCE; }
p { color: rgb(82,123,206); }
H1.HeaderClassName
{
color: #527BCE;
}
.AnyTagClassName
{
color: #527BCE;
}
</style>
background-color css
<style>
a { background-color: #527BCE; }
a { background-color: rgb(82,123,206); }
div.DivClassName
{
background-color: #527BCE;
}
.BgClassName
{
background-color: #527BCE;
}
</style>
border-color css
<style>
span { border-color: #527BCE; }
span { border-color: rgb(82,123,206); }
td.TdClassName
{
border-color: #527BCE;
}
.TagClassName
{
border-color: #527BCE;
}
</style>