#517E97

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

Shades of Hippie Blue #517E97

Tints of Hippie Blue #517E97

Color information

#517E97 (or 0x517E97) is unknown color: approx Hippie Blue. HEX triplet: 51, 7E and 97. RGB value is (81,126,151). Sum of RGB (Red+Green+Blue) = 81+126+151=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #517E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E97 is #AE8168. Grayscale: #737373. Windows color (decimal): -11436393 or 9928273. OLE color: 9928273.

HSL color Cylindrical-coordinate representation of color #517E97: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517E97 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81126151-
CMYK0.460.1700.41
HSL201.43º30.17%45.49%-
HSV(B)201.43º46.36%59.22%-
XYZ16.4418.9132.06-
YUV115.39148.09103.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 126 (49.61% from 255) = 35.20%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=22.63%
G=35.20%
B=42.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811261510.460.1700.41201.4330.1745.49
Hex517E972E11029c91e2d
Octal12117622756210513113655
Binary10100011111110100101111011101000101010011100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,151); }

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

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

 a { background-color: rgb(81,126,151); }

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

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

 span { border-color: rgb(81,126,151); }

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