#517AC5

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

Shades of Havelock Blue #517AC5

Tints of Havelock Blue #517AC5

Color information

#517AC5 (or 0x517AC5) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and C5. RGB value is (81,122,197). Sum of RGB (Red+Green+Blue) = 81+122+197=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #517AC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AC5 is #AE853A. Grayscale: #757575. Windows color (decimal): -11437371 or 12941905. OLE color: 12941905.

HSL color Cylindrical-coordinate representation of color #517AC5: hue angle of 218.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #517AC5 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81122197-
CMYK0.590.3800.23
HSL218.79º50%54.51%-
HSV(B)218.79º58.88%77.25%-
XYZ20.4319.755.55-
YUV118.29172.42101.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.25%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 197 (77.34% from 255) = 49.25%
R=20.25%
G=30.5%
B=49.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811221970.590.3800.23218.795054.51
Hex517AC53B26017db3237
Octal12117230573460273336267
Binary101000111110101100010111101110011001011111011011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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