Shades of Havelock Blue #5080CD
Tints of Havelock Blue #5080CD
RGB
CMYK
RGB Variations
Color information
#5080CD (or 0x5080CD) is known color: Havelock Blue. HEX triplet: 50, 80 and CD. RGB value is (80,128,205). Sum of RGB (Red+Green+Blue) = 80+128+205=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #5080CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080CD is #AF7F32. Grayscale: #7A7A7A. Windows color (decimal): -11501363 or 13467728. OLE color: 13467728.
HSL color Cylindrical-coordinate representation of color #5080CD: hue angle of 216.96º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5080CD is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 128 | 205 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.20 |
| HSL | 216.96º | 0.56% | 0.56% | - |
| HSV(B) | 216.96º | 0.61% | 0.8% | - |
| XYZ | 22.05 | 21.55 | 60.76 | - |
| YUV | 122.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 205 | 0.61 | 0.38 | 0 | 0.20 | 216.96 | 0.56 | 0.56 |
| Hex | 50 | 80 | CD | 3D | 26 | 0 | 14 | D9 | 38 | 38 |
| Octal | 120 | 200 | 315 | 75 | 46 | 0 | 24 | 331 | 70 | 70 |
| Binary | 1010000 | 10000000 | 11001101 | 111101 | 100110 | 0 | 10100 | 11011001 | 111000 | 111000 |
Color Harmonies of #5080CD
Complementary color
Monochromatic Colors of #5080CD
Black with #5080CD
Text Example
Text Example
White with #5080CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5080CD; }
p { color: rgb(80,128,205); }
H1.HeaderClassName
{
color: #5080CD;
}
.AnyTagClassName
{
color: #5080CD;
}
</style>
background-color css
<style>
a { background-color: #5080CD; }
a { background-color: rgb(80,128,205); }
div.DivClassName
{
background-color: #5080CD;
}
.BgClassName
{
background-color: #5080CD;
}
</style>
border-color css
<style>
span { border-color: #5080CD; }
span { border-color: rgb(80,128,205); }
td.TdClassName
{
border-color: #5080CD;
}
.TagClassName
{
border-color: #5080CD;
}
</style>