#517D9B

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

Shades of Hippie Blue #517D9B

Tints of Hippie Blue #517D9B

Color information

#517D9B (or 0x517D9B) is unknown color: approx Hippie Blue. HEX triplet: 51, 7D and 9B. RGB value is (81,125,155). Sum of RGB (Red+Green+Blue) = 81+125+155=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #517D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D9B is #AE8264. Grayscale: #737373. Windows color (decimal): -11436645 or 10190161. OLE color: 10190161.

HSL color Cylindrical-coordinate representation of color #517D9B: hue angle of 204.32º 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 #517D9B is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81125155-
CMYK0.480.1900.39
HSL204.32º31.36%46.27%-
HSV(B)204.32º47.74%60.78%-
XYZ16.6418.7833.76-
YUV115.26150.42103.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=22.44%
G=34.63%
B=42.94%

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
Decimal811251550.480.1900.39204.3231.3646.27
Hex517D9B3013027cc1f2e
Octal12117523360230473143756
Binary10100011111101100110111100001001101001111100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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