Shades of Havelock Blue #517BCF
Tints of Havelock Blue #517BCF
RGB
CMYK
RGB Variations
Color information
#517BCF (or 0x517BCF) is known color: Havelock Blue. HEX triplet: 51, 7B and CF. RGB value is (81,123,207). Sum of RGB (Red+Green+Blue) = 81+123+207=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #517BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517BCF is #AE8430. Grayscale: #777777. Windows color (decimal): -11437105 or 13597521. OLE color: 13597521.
HSL color Cylindrical-coordinate representation of color #517BCF: hue angle of 220º 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 #517BCF is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 123 | 207 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.19 |
| HSL | 220º | 0.57% | 0.56% | - |
| HSV(B) | 220º | 0.61% | 0.81% | - |
| XYZ | 21.74 | 20.42 | 61.83 | - |
| YUV | 120.02 | 177.09 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 123 | 207 | 0.61 | 0.41 | 0 | 0.19 | 220 | 0.57 | 0.56 |
| Hex | 51 | 7B | CF | 3D | 29 | 0 | 13 | DC | 39 | 38 |
| Octal | 121 | 173 | 317 | 75 | 51 | 0 | 23 | 334 | 71 | 70 |
| Binary | 1010001 | 1111011 | 11001111 | 111101 | 101001 | 0 | 10011 | 11011100 | 111001 | 111000 |
Color Harmonies of #517BCF
Complementary color
Monochromatic Colors of #517BCF
Black with #517BCF
Text Example
Text Example
White with #517BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517BCF; }
p { color: rgb(81,123,207); }
H1.HeaderClassName
{
color: #517BCF;
}
.AnyTagClassName
{
color: #517BCF;
}
</style>
background-color css
<style>
a { background-color: #517BCF; }
a { background-color: rgb(81,123,207); }
div.DivClassName
{
background-color: #517BCF;
}
.BgClassName
{
background-color: #517BCF;
}
</style>
border-color css
<style>
span { border-color: #517BCF; }
span { border-color: rgb(81,123,207); }
td.TdClassName
{
border-color: #517BCF;
}
.TagClassName
{
border-color: #517BCF;
}
</style>