#517D9A

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

Shades of Hippie Blue #517D9A

Tints of Hippie Blue #517D9A

Color information

#517D9A (or 0x517D9A) is unknown color: approx Hippie Blue. HEX triplet: 51, 7D and 9A. RGB value is (81,125,154). Sum of RGB (Red+Green+Blue) = 81+125+154=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #517D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D9A is #AE8265. Grayscale: #727272. Windows color (decimal): -11436646 or 10124625. OLE color: 10124625.

HSL color Cylindrical-coordinate representation of color #517D9A: hue angle of 203.84º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #517D9A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB81125154-
CMYK0.470.1900.40
HSL203.84º31.06%46.08%-
HSV(B)203.84º47.4%60.39%-
XYZ16.5618.7533.32-
YUV115.15149.92103.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=22.5%
G=34.72%
B=42.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811251540.470.1900.40203.8431.0646.08
Hex517D9A2F13028cc1f2e
Octal12117523257230503143756
Binary10100011111101100110101011111001101010001100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,125,154); }

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

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

 a { background-color: rgb(81,125,154); }

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

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

 span { border-color: rgb(81,125,154); }

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