Shades of Havelock Blue #508BC6
Tints of Havelock Blue #508BC6
RGB
CMYK
RGB Variations
Color information
#508BC6 (or 0x508BC6) is known color: Havelock Blue. HEX triplet: 50, 8B and C6. RGB value is (80,139,198). Sum of RGB (Red+Green+Blue) = 80+139+198=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #508BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BC6 is #AF7439. Grayscale: #7F7F7F. Windows color (decimal): -11498554 or 13011792. OLE color: 13011792.
HSL color Cylindrical-coordinate representation of color #508BC6: hue angle of 210º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508BC6 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 139 | 198 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.22 |
| HSL | 210º | 0.51% | 0.55% | - |
| HSV(B) | 210º | 0.6% | 0.78% | - |
| XYZ | 22.73 | 24.25 | 56.91 | - |
| YUV | 128.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 198 | 0.60 | 0.30 | 0 | 0.22 | 210 | 0.51 | 0.55 |
| Hex | 50 | 8B | C6 | 3C | 1E | 0 | 16 | D2 | 33 | 37 |
| Octal | 120 | 213 | 306 | 74 | 36 | 0 | 26 | 322 | 63 | 67 |
| Binary | 1010000 | 10001011 | 11000110 | 111100 | 11110 | 0 | 10110 | 11010010 | 110011 | 110111 |
Color Harmonies of #508BC6
Complementary color
Monochromatic Colors of #508BC6
Black with #508BC6
Text Example
Text Example
White with #508BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BC6; }
p { color: rgb(80,139,198); }
H1.HeaderClassName
{
color: #508BC6;
}
.AnyTagClassName
{
color: #508BC6;
}
</style>
background-color css
<style>
a { background-color: #508BC6; }
a { background-color: rgb(80,139,198); }
div.DivClassName
{
background-color: #508BC6;
}
.BgClassName
{
background-color: #508BC6;
}
</style>
border-color css
<style>
span { border-color: #508BC6; }
span { border-color: rgb(80,139,198); }
td.TdClassName
{
border-color: #508BC6;
}
.TagClassName
{
border-color: #508BC6;
}
</style>