Shades of Havelock Blue #507ABB
Tints of Havelock Blue #507ABB
RGB
CMYK
RGB Variations
Color information
#507ABB (or 0x507ABB) is known color: Havelock Blue. HEX triplet: 50, 7A and BB. RGB value is (80,122,187). Sum of RGB (Red+Green+Blue) = 80+122+187=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #507ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ABB is #AF8544. Grayscale: #747474. Windows color (decimal): -11502917 or 12286544. OLE color: 12286544.
HSL color Cylindrical-coordinate representation of color #507ABB: hue angle of 216.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507ABB is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 122 | 187 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.27 |
| HSL | 216.45º | 0.44% | 0.52% | - |
| HSV(B) | 216.45º | 0.57% | 0.73% | - |
| XYZ | 19.24 | 19.21 | 49.71 | - |
| YUV | 116.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 187 | 0.57 | 0.35 | 0 | 0.27 | 216.45 | 0.44 | 0.52 |
| Hex | 50 | 7A | BB | 39 | 23 | 0 | 1B | D8 | 2C | 34 |
| Octal | 120 | 172 | 273 | 71 | 43 | 0 | 33 | 330 | 54 | 64 |
| Binary | 1010000 | 1111010 | 10111011 | 111001 | 100011 | 0 | 11011 | 11011000 | 101100 | 110100 |
Color Harmonies of #507ABB
Complementary color
Monochromatic Colors of #507ABB
Black with #507ABB
Text Example
Text Example
White with #507ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ABB; }
p { color: rgb(80,122,187); }
H1.HeaderClassName
{
color: #507ABB;
}
.AnyTagClassName
{
color: #507ABB;
}
</style>
background-color css
<style>
a { background-color: #507ABB; }
a { background-color: rgb(80,122,187); }
div.DivClassName
{
background-color: #507ABB;
}
.BgClassName
{
background-color: #507ABB;
}
</style>
border-color css
<style>
span { border-color: #507ABB; }
span { border-color: rgb(80,122,187); }
td.TdClassName
{
border-color: #507ABB;
}
.TagClassName
{
border-color: #507ABB;
}
</style>