Shades of Havelock Blue #508AC0
Tints of Havelock Blue #508AC0
RGB
CMYK
RGB Variations
Color information
#508AC0 (or 0x508AC0) is known color: Havelock Blue. HEX triplet: 50, 8A and C0. RGB value is (80,138,192). Sum of RGB (Red+Green+Blue) = 80+138+192=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #508AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508AC0 is #AF753F. Grayscale: #7E7E7E. Windows color (decimal): -11498816 or 12618320. OLE color: 12618320.
HSL color Cylindrical-coordinate representation of color #508AC0: hue angle of 208.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508AC0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 138 | 192 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.25 |
| HSL | 208.93º | 0.47% | 0.53% | - |
| HSV(B) | 208.93º | 0.58% | 0.75% | - |
| XYZ | 21.91 | 23.69 | 53.29 | - |
| YUV | 126.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 192 | 0.58 | 0.28 | 0 | 0.25 | 208.93 | 0.47 | 0.53 |
| Hex | 50 | 8A | C0 | 3A | 1C | 0 | 19 | D1 | 2F | 35 |
| Octal | 120 | 212 | 300 | 72 | 34 | 0 | 31 | 321 | 57 | 65 |
| Binary | 1010000 | 10001010 | 11000000 | 111010 | 11100 | 0 | 11001 | 11010001 | 101111 | 110101 |
Color Harmonies of #508AC0
Complementary color
Monochromatic Colors of #508AC0
Black with #508AC0
Text Example
Text Example
White with #508AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508AC0; }
p { color: rgb(80,138,192); }
H1.HeaderClassName
{
color: #508AC0;
}
.AnyTagClassName
{
color: #508AC0;
}
</style>
background-color css
<style>
a { background-color: #508AC0; }
a { background-color: rgb(80,138,192); }
div.DivClassName
{
background-color: #508AC0;
}
.BgClassName
{
background-color: #508AC0;
}
</style>
border-color css
<style>
span { border-color: #508AC0; }
span { border-color: rgb(80,138,192); }
td.TdClassName
{
border-color: #508AC0;
}
.TagClassName
{
border-color: #508AC0;
}
</style>