Shades of Havelock Blue #517CCA
Tints of Havelock Blue #517CCA
RGB
CMYK
RGB Variations
Color information
#517CCA (or 0x517CCA) is known color: Havelock Blue. HEX triplet: 51, 7C and CA. RGB value is (81,124,202). Sum of RGB (Red+Green+Blue) = 81+124+202=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #517CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CCA is #AE8335. Grayscale: #777777. Windows color (decimal): -11436854 or 13270097. OLE color: 13270097.
HSL color Cylindrical-coordinate representation of color #517CCA: hue angle of 218.68º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517CCA is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 124 | 202 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.21 |
| HSL | 218.68º | 0.53% | 0.55% | - |
| HSV(B) | 218.68º | 0.6% | 0.79% | - |
| XYZ | 21.26 | 20.43 | 58.7 | - |
| YUV | 120.04 | 174.25 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 202 | 0.60 | 0.39 | 0 | 0.21 | 218.68 | 0.53 | 0.55 |
| Hex | 51 | 7C | CA | 3C | 27 | 0 | 15 | DB | 35 | 37 |
| Octal | 121 | 174 | 312 | 74 | 47 | 0 | 25 | 333 | 65 | 67 |
| Binary | 1010001 | 1111100 | 11001010 | 111100 | 100111 | 0 | 10101 | 11011011 | 110101 | 110111 |
Color Harmonies of #517CCA
Complementary color
Monochromatic Colors of #517CCA
Black with #517CCA
Text Example
Text Example
White with #517CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CCA; }
p { color: rgb(81,124,202); }
H1.HeaderClassName
{
color: #517CCA;
}
.AnyTagClassName
{
color: #517CCA;
}
</style>
background-color css
<style>
a { background-color: #517CCA; }
a { background-color: rgb(81,124,202); }
div.DivClassName
{
background-color: #517CCA;
}
.BgClassName
{
background-color: #517CCA;
}
</style>
border-color css
<style>
span { border-color: #517CCA; }
span { border-color: rgb(81,124,202); }
td.TdClassName
{
border-color: #517CCA;
}
.TagClassName
{
border-color: #517CCA;
}
</style>