Shades of Havelock Blue #517CCE
Tints of Havelock Blue #517CCE
RGB
CMYK
RGB Variations
Color information
#517CCE (or 0x517CCE) is known color: Havelock Blue. HEX triplet: 51, 7C and CE. RGB value is (81,124,206). Sum of RGB (Red+Green+Blue) = 81+124+206=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #517CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CCE is #AE8331. Grayscale: #787878. Windows color (decimal): -11436850 or 13532241. OLE color: 13532241.
HSL color Cylindrical-coordinate representation of color #517CCE: hue angle of 219.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517CCE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 124 | 206 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.19 |
| HSL | 219.36º | 0.56% | 0.56% | - |
| HSV(B) | 219.36º | 0.61% | 0.81% | - |
| XYZ | 21.74 | 20.62 | 61.23 | - |
| YUV | 120.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 206 | 0.61 | 0.40 | 0 | 0.19 | 219.36 | 0.56 | 0.56 |
| Hex | 51 | 7C | CE | 3D | 28 | 0 | 13 | DB | 38 | 38 |
| Octal | 121 | 174 | 316 | 75 | 50 | 0 | 23 | 333 | 70 | 70 |
| Binary | 1010001 | 1111100 | 11001110 | 111101 | 101000 | 0 | 10011 | 11011011 | 111000 | 111000 |
Color Harmonies of #517CCE
Complementary color
Monochromatic Colors of #517CCE
Black with #517CCE
Text Example
Text Example
White with #517CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CCE; }
p { color: rgb(81,124,206); }
H1.HeaderClassName
{
color: #517CCE;
}
.AnyTagClassName
{
color: #517CCE;
}
</style>
background-color css
<style>
a { background-color: #517CCE; }
a { background-color: rgb(81,124,206); }
div.DivClassName
{
background-color: #517CCE;
}
.BgClassName
{
background-color: #517CCE;
}
</style>
border-color css
<style>
span { border-color: #517CCE; }
span { border-color: rgb(81,124,206); }
td.TdClassName
{
border-color: #517CCE;
}
.TagClassName
{
border-color: #517CCE;
}
</style>