Shades of Havelock Blue #517CCF
Tints of Havelock Blue #517CCF
RGB
CMYK
RGB Variations
Color information
#517CCF (or 0x517CCF) is known color: Havelock Blue. HEX triplet: 51, 7C and CF. RGB value is (81,124,207). Sum of RGB (Red+Green+Blue) = 81+124+207=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #517CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CCF is #AE8330. Grayscale: #787878. Windows color (decimal): -11436849 or 13597777. OLE color: 13597777.
HSL color Cylindrical-coordinate representation of color #517CCF: hue angle of 219.52º degrees, saturation: 0.57, 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 #517CCF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 124 | 207 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.19 |
| HSL | 219.52º | 0.57% | 0.56% | - |
| HSV(B) | 219.52º | 0.61% | 0.81% | - |
| XYZ | 21.86 | 20.67 | 61.87 | - |
| YUV | 120.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 207 | 0.61 | 0.40 | 0 | 0.19 | 219.52 | 0.57 | 0.56 |
| Hex | 51 | 7C | CF | 3D | 28 | 0 | 13 | DC | 39 | 38 |
| Octal | 121 | 174 | 317 | 75 | 50 | 0 | 23 | 334 | 71 | 70 |
| Binary | 1010001 | 1111100 | 11001111 | 111101 | 101000 | 0 | 10011 | 11011100 | 111001 | 111000 |
Color Harmonies of #517CCF
Complementary color
Monochromatic Colors of #517CCF
Black with #517CCF
Text Example
Text Example
White with #517CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CCF; }
p { color: rgb(81,124,207); }
H1.HeaderClassName
{
color: #517CCF;
}
.AnyTagClassName
{
color: #517CCF;
}
</style>
background-color css
<style>
a { background-color: #517CCF; }
a { background-color: rgb(81,124,207); }
div.DivClassName
{
background-color: #517CCF;
}
.BgClassName
{
background-color: #517CCF;
}
</style>
border-color css
<style>
span { border-color: #517CCF; }
span { border-color: rgb(81,124,207); }
td.TdClassName
{
border-color: #517CCF;
}
.TagClassName
{
border-color: #517CCF;
}
</style>