#517AD3

Color #517AD3 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #517AD3

Tints of Havelock Blue #517AD3

Color information

#517AD3 (or 0x517AD3) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and D3. RGB value is (81,122,211). Sum of RGB (Red+Green+Blue) = 81+122+211=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #517AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AD3 is #AE852C. Grayscale: #777777. Windows color (decimal): -11437357 or 13859409. OLE color: 13859409.

HSL color Cylindrical-coordinate representation of color #517AD3: hue angle of 221.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517AD3 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB81122211-
CMYK0.620.4200.17
HSL221.08º59.63%57.25%-
HSV(B)221.08º61.61%82.75%-
XYZ22.1120.3764.39-
YUV119.89179.42100.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 19.57%
GREEN value IS 122 (48.05% from 255) = 29.47%
BLUE value IS 211 (82.81% from 255) = 50.97%
R=19.57%
G=29.47%
B=50.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal811222110.620.4200.17221.0859.6357.25
Hex517AD33E2A011dd3c39
Octal12117232376520213357471
Binary101000111110101101001111111010101001000111011101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517AD3; }

 p { color: rgb(81,122,211); }

 H1.HeaderClassName
 {
   color: #517AD3;
 }
 .AnyTagClassName
 {
   color: #517AD3;
 }
</style>
background-color css

<style>
 a { background-color: #517AD3; }

 a { background-color: rgb(81,122,211); }

 div.DivClassName
 {
   background-color: #517AD3;
 }
 .BgClassName
 {
   background-color: #517AD3;
 }
</style>
border-color css

<style>
 span { border-color: #517AD3; }

 span { border-color: rgb(81,122,211); }

 td.TdClassName
 {
   border-color: #517AD3;
 }
 .TagClassName
 {
   border-color: #517AD3;
 }
</style>