#517E9B

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

Shades of Hippie Blue #517E9B

Tints of Hippie Blue #517E9B

Color information

#517E9B (or 0x517E9B) is unknown color: approx Hippie Blue. HEX triplet: 51, 7E and 9B. RGB value is (81,126,155). Sum of RGB (Red+Green+Blue) = 81+126+155=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #517E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E9B is #AE8164. Grayscale: #737373. Windows color (decimal): -11436389 or 10190417. OLE color: 10190417.

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

Color convert

RGB81126155-
CMYK0.480.1900.39
HSL203.51º31.36%46.27%-
HSV(B)203.51º47.74%60.78%-
XYZ16.7719.0433.8-
YUV115.85150.09103.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=22.38%
G=34.81%
B=42.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811261550.480.1900.39203.5131.3646.27
Hex517E9B3013027cc1f2e
Octal12117623360230473143756
Binary10100011111110100110111100001001101001111100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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