Shades of Havelock Blue #527BC1
Tints of Havelock Blue #527BC1
RGB
CMYK
RGB Variations
Color information
#527BC1 (or 0x527BC1) is known color: Havelock Blue. HEX triplet: 52, 7B and C1. RGB value is (82,123,193). Sum of RGB (Red+Green+Blue) = 82+123+193=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #527BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BC1 is #AD843E. Grayscale: #767676. Windows color (decimal): -11371583 or 12680018. OLE color: 12680018.
HSL color Cylindrical-coordinate representation of color #527BC1: hue angle of 217.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #527BC1 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 123 | 193 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.24 |
| HSL | 217.84º | 0.47% | 0.54% | - |
| HSV(B) | 217.84º | 0.58% | 0.76% | - |
| XYZ | 20.19 | 19.81 | 53.21 | - |
| YUV | 118.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 193 | 0.58 | 0.36 | 0 | 0.24 | 217.84 | 0.47 | 0.54 |
| Hex | 52 | 7B | C1 | 3A | 24 | 0 | 18 | DA | 2F | 36 |
| Octal | 122 | 173 | 301 | 72 | 44 | 0 | 30 | 332 | 57 | 66 |
| Binary | 1010010 | 1111011 | 11000001 | 111010 | 100100 | 0 | 11000 | 11011010 | 101111 | 110110 |
Color Harmonies of #527BC1
Complementary color
Monochromatic Colors of #527BC1
Black with #527BC1
Text Example
Text Example
White with #527BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BC1; }
p { color: rgb(82,123,193); }
H1.HeaderClassName
{
color: #527BC1;
}
.AnyTagClassName
{
color: #527BC1;
}
</style>
background-color css
<style>
a { background-color: #527BC1; }
a { background-color: rgb(82,123,193); }
div.DivClassName
{
background-color: #527BC1;
}
.BgClassName
{
background-color: #527BC1;
}
</style>
border-color css
<style>
span { border-color: #527BC1; }
span { border-color: rgb(82,123,193); }
td.TdClassName
{
border-color: #527BC1;
}
.TagClassName
{
border-color: #527BC1;
}
</style>