Shades of Havelock Blue #507ACD
Tints of Havelock Blue #507ACD
RGB
CMYK
RGB Variations
Color information
#507ACD (or 0x507ACD) is known color: Havelock Blue. HEX triplet: 50, 7A and CD. RGB value is (80,122,205). Sum of RGB (Red+Green+Blue) = 80+122+205=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #507ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507ACD is #AF8532. Grayscale: #767676. Windows color (decimal): -11502899 or 13466192. OLE color: 13466192.
HSL color Cylindrical-coordinate representation of color #507ACD: hue angle of 219.84º 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 #507ACD is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 122 | 205 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.20 |
| HSL | 219.84º | 0.56% | 0.56% | - |
| HSV(B) | 219.84º | 0.61% | 0.8% | - |
| XYZ | 21.29 | 20.03 | 60.5 | - |
| YUV | 118.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 205 | 0.61 | 0.40 | 0 | 0.20 | 219.84 | 0.56 | 0.56 |
| Hex | 50 | 7A | CD | 3D | 28 | 0 | 14 | DC | 38 | 38 |
| Octal | 120 | 172 | 315 | 75 | 50 | 0 | 24 | 334 | 70 | 70 |
| Binary | 1010000 | 1111010 | 11001101 | 111101 | 101000 | 0 | 10100 | 11011100 | 111000 | 111000 |
Color Harmonies of #507ACD
Complementary color
Monochromatic Colors of #507ACD
Black with #507ACD
Text Example
Text Example
White with #507ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507ACD; }
p { color: rgb(80,122,205); }
H1.HeaderClassName
{
color: #507ACD;
}
.AnyTagClassName
{
color: #507ACD;
}
</style>
background-color css
<style>
a { background-color: #507ACD; }
a { background-color: rgb(80,122,205); }
div.DivClassName
{
background-color: #507ACD;
}
.BgClassName
{
background-color: #507ACD;
}
</style>
border-color css
<style>
span { border-color: #507ACD; }
span { border-color: rgb(80,122,205); }
td.TdClassName
{
border-color: #507ACD;
}
.TagClassName
{
border-color: #507ACD;
}
</style>