Shades of Havelock Blue #527AB3
Tints of Havelock Blue #527AB3
RGB
CMYK
RGB Variations
Color information
#527AB3 (or 0x527AB3) is known color: Havelock Blue. HEX triplet: 52, 7A and B3. RGB value is (82,122,179). Sum of RGB (Red+Green+Blue) = 82+122+179=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #527AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AB3 is #AD854C. Grayscale: #747474. Windows color (decimal): -11371853 or 11762258. OLE color: 11762258.
HSL color Cylindrical-coordinate representation of color #527AB3: hue angle of 215.26º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527AB3 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 122 | 179 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.30 |
| HSL | 215.26º | 0.39% | 0.51% | - |
| HSV(B) | 215.26º | 0.54% | 0.7% | - |
| XYZ | 18.58 | 18.97 | 45.33 | - |
| YUV | 116.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 122 | 179 | 0.54 | 0.32 | 0 | 0.30 | 215.26 | 0.39 | 0.51 |
| Hex | 52 | 7A | B3 | 36 | 20 | 0 | 1E | D7 | 27 | 33 |
| Octal | 122 | 172 | 263 | 66 | 40 | 0 | 36 | 327 | 47 | 63 |
| Binary | 1010010 | 1111010 | 10110011 | 110110 | 100000 | 0 | 11110 | 11010111 | 100111 | 110011 |
Color Harmonies of #527AB3
Complementary color
Monochromatic Colors of #527AB3
Black with #527AB3
Text Example
Text Example
White with #527AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527AB3; }
p { color: rgb(82,122,179); }
H1.HeaderClassName
{
color: #527AB3;
}
.AnyTagClassName
{
color: #527AB3;
}
</style>
background-color css
<style>
a { background-color: #527AB3; }
a { background-color: rgb(82,122,179); }
div.DivClassName
{
background-color: #527AB3;
}
.BgClassName
{
background-color: #527AB3;
}
</style>
border-color css
<style>
span { border-color: #527AB3; }
span { border-color: rgb(82,122,179); }
td.TdClassName
{
border-color: #527AB3;
}
.TagClassName
{
border-color: #527AB3;
}
</style>