Shades of Havelock Blue #507ABC
Tints of Havelock Blue #507ABC
RGB
CMYK
RGB Variations
Color information
#507ABC (or 0x507ABC) is known color: Havelock Blue. HEX triplet: 50, 7A and BC. RGB value is (80,122,188). Sum of RGB (Red+Green+Blue) = 80+122+188=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #507ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ABC is #AF8543. Grayscale: #747474. Windows color (decimal): -11502916 or 12352080. OLE color: 12352080.
HSL color Cylindrical-coordinate representation of color #507ABC: hue angle of 216.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507ABC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 122 | 188 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.26 |
| HSL | 216.67º | 0.45% | 0.53% | - |
| HSV(B) | 216.67º | 0.57% | 0.74% | - |
| XYZ | 19.34 | 19.26 | 50.27 | - |
| YUV | 116.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 188 | 0.57 | 0.35 | 0 | 0.26 | 216.67 | 0.45 | 0.53 |
| Hex | 50 | 7A | BC | 39 | 23 | 0 | 1A | D9 | 2D | 35 |
| Octal | 120 | 172 | 274 | 71 | 43 | 0 | 32 | 331 | 55 | 65 |
| Binary | 1010000 | 1111010 | 10111100 | 111001 | 100011 | 0 | 11010 | 11011001 | 101101 | 110101 |
Color Harmonies of #507ABC
Complementary color
Monochromatic Colors of #507ABC
Black with #507ABC
Text Example
Text Example
White with #507ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ABC; }
p { color: rgb(80,122,188); }
H1.HeaderClassName
{
color: #507ABC;
}
.AnyTagClassName
{
color: #507ABC;
}
</style>
background-color css
<style>
a { background-color: #507ABC; }
a { background-color: rgb(80,122,188); }
div.DivClassName
{
background-color: #507ABC;
}
.BgClassName
{
background-color: #507ABC;
}
</style>
border-color css
<style>
span { border-color: #507ABC; }
span { border-color: rgb(80,122,188); }
td.TdClassName
{
border-color: #507ABC;
}
.TagClassName
{
border-color: #507ABC;
}
</style>