Shades of Havelock Blue #507ABA
Tints of Havelock Blue #507ABA
RGB
CMYK
RGB Variations
Color information
#507ABA (or 0x507ABA) is known color: Havelock Blue. HEX triplet: 50, 7A and BA. RGB value is (80,122,186). Sum of RGB (Red+Green+Blue) = 80+122+186=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #507ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ABA is #AF8545. Grayscale: #747474. Windows color (decimal): -11502918 or 12221008. OLE color: 12221008.
HSL color Cylindrical-coordinate representation of color #507ABA: hue angle of 216.23º degrees, saturation: 0.43, 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 #507ABA is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 122 | 186 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.27 |
| HSL | 216.23º | 0.43% | 0.52% | - |
| HSV(B) | 216.23º | 0.57% | 0.73% | - |
| XYZ | 19.13 | 19.17 | 49.15 | - |
| YUV | 116.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 186 | 0.57 | 0.34 | 0 | 0.27 | 216.23 | 0.43 | 0.52 |
| Hex | 50 | 7A | BA | 39 | 22 | 0 | 1B | D8 | 2B | 34 |
| Octal | 120 | 172 | 272 | 71 | 42 | 0 | 33 | 330 | 53 | 64 |
| Binary | 1010000 | 1111010 | 10111010 | 111001 | 100010 | 0 | 11011 | 11011000 | 101011 | 110100 |
Color Harmonies of #507ABA
Complementary color
Monochromatic Colors of #507ABA
Black with #507ABA
Text Example
Text Example
White with #507ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ABA; }
p { color: rgb(80,122,186); }
H1.HeaderClassName
{
color: #507ABA;
}
.AnyTagClassName
{
color: #507ABA;
}
</style>
background-color css
<style>
a { background-color: #507ABA; }
a { background-color: rgb(80,122,186); }
div.DivClassName
{
background-color: #507ABA;
}
.BgClassName
{
background-color: #507ABA;
}
</style>
border-color css
<style>
span { border-color: #507ABA; }
span { border-color: rgb(80,122,186); }
td.TdClassName
{
border-color: #507ABA;
}
.TagClassName
{
border-color: #507ABA;
}
</style>