Shades of Havelock Blue #526FC1
Tints of Havelock Blue #526FC1
RGB
CMYK
RGB Variations
Color information
#526FC1 (or 0x526FC1) is known color: Havelock Blue. HEX triplet: 52, 6F and C1. RGB value is (82,111,193). Sum of RGB (Red+Green+Blue) = 82+111+193=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #526FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FC1 is #AD903E. Grayscale: #6F6F6F. Windows color (decimal): -11374655 or 12676946. OLE color: 12676946.
HSL color Cylindrical-coordinate representation of color #526FC1: hue angle of 224.32º 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 #526FC1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 111 | 193 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.24 |
| HSL | 224.32º | 0.47% | 0.54% | - |
| HSV(B) | 224.32º | 0.58% | 0.76% | - |
| XYZ | 18.79 | 17.01 | 52.75 | - |
| YUV | 111.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 193 | 0.58 | 0.42 | 0 | 0.24 | 224.32 | 0.47 | 0.54 |
| Hex | 52 | 6F | C1 | 3A | 2A | 0 | 18 | E0 | 2F | 36 |
| Octal | 122 | 157 | 301 | 72 | 52 | 0 | 30 | 340 | 57 | 66 |
| Binary | 1010010 | 1101111 | 11000001 | 111010 | 101010 | 0 | 11000 | 11100000 | 101111 | 110110 |
Color Harmonies of #526FC1
Complementary color
Monochromatic Colors of #526FC1
Black with #526FC1
Text Example
Text Example
White with #526FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FC1; }
p { color: rgb(82,111,193); }
H1.HeaderClassName
{
color: #526FC1;
}
.AnyTagClassName
{
color: #526FC1;
}
</style>
background-color css
<style>
a { background-color: #526FC1; }
a { background-color: rgb(82,111,193); }
div.DivClassName
{
background-color: #526FC1;
}
.BgClassName
{
background-color: #526FC1;
}
</style>
border-color css
<style>
span { border-color: #526FC1; }
span { border-color: rgb(82,111,193); }
td.TdClassName
{
border-color: #526FC1;
}
.TagClassName
{
border-color: #526FC1;
}
</style>