#517AC2

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

Shades of Havelock Blue #517AC2

Tints of Havelock Blue #517AC2

Color information

#517AC2 (or 0x517AC2) is unknown color: approx Havelock Blue. HEX triplet: 51, 7A and C2. RGB value is (81,122,194). Sum of RGB (Red+Green+Blue) = 81+122+194=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #517AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517AC2 is #AE853D. Grayscale: #757575. Windows color (decimal): -11437374 or 12745297. OLE color: 12745297.

HSL color Cylindrical-coordinate representation of color #517AC2: hue angle of 218.23º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #517AC2 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81122194-
CMYK0.580.3700.24
HSL218.23º48.09%53.92%-
HSV(B)218.23º58.25%76.08%-
XYZ20.0919.5653.76-
YUV117.95170.92101.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.40%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 194 (76.17% from 255) = 48.87%
R=20.40%
G=30.73%
B=48.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811221940.580.3700.24218.2348.0953.92
Hex517AC23A25018da3036
Octal12117230272450303326066
Binary101000111110101100001011101010010101100011011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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