Shades of Havelock Blue #518ACC
Tints of Havelock Blue #518ACC
RGB
CMYK
RGB Variations
Color information
#518ACC (or 0x518ACC) is known color: Havelock Blue. HEX triplet: 51, 8A and CC. RGB value is (81,138,204). Sum of RGB (Red+Green+Blue) = 81+138+204=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #518ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACC is #AE7533. Grayscale: #808080. Windows color (decimal): -11433268 or 13404753. OLE color: 13404753.
HSL color Cylindrical-coordinate representation of color #518ACC: hue angle of 212.2º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518ACC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 138 | 204 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.2 |
| HSL | 212.2º | 0.55% | 0.56% | - |
| HSV(B) | 212.2º | 0.6% | 0.8% | - |
| XYZ | 23.38 | 24.29 | 60.58 | - |
| YUV | 128.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 204 | 0.60 | 0.32 | 0 | 0.2 | 212.2 | 0.55 | 0.56 |
| Hex | 51 | 8A | CC | 3C | 20 | 0 | 14 | D4 | 37 | 38 |
| Octal | 121 | 212 | 314 | 74 | 40 | 0 | 24 | 324 | 67 | 70 |
| Binary | 1010001 | 10001010 | 11001100 | 111100 | 100000 | 0 | 10100 | 11010100 | 110111 | 111000 |
Color Harmonies of #518ACC
Complementary color
Monochromatic Colors of #518ACC
Black with #518ACC
Text Example
Text Example
White with #518ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ACC; }
p { color: rgb(81,138,204); }
H1.HeaderClassName
{
color: #518ACC;
}
.AnyTagClassName
{
color: #518ACC;
}
</style>
background-color css
<style>
a { background-color: #518ACC; }
a { background-color: rgb(81,138,204); }
div.DivClassName
{
background-color: #518ACC;
}
.BgClassName
{
background-color: #518ACC;
}
</style>
border-color css
<style>
span { border-color: #518ACC; }
span { border-color: rgb(81,138,204); }
td.TdClassName
{
border-color: #518ACC;
}
.TagClassName
{
border-color: #518ACC;
}
</style>