#517F97

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

Shades of Hippie Blue #517F97

Tints of Hippie Blue #517F97

Color information

#517F97 (or 0x517F97) is unknown color: approx Hippie Blue. HEX triplet: 51, 7F and 97. RGB value is (81,127,151). Sum of RGB (Red+Green+Blue) = 81+127+151=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #517F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F97 is #AE8068. Grayscale: #737373. Windows color (decimal): -11436137 or 9928529. OLE color: 9928529.

HSL color Cylindrical-coordinate representation of color #517F97: hue angle of 200.57º 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 #517F97 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81127151-
CMYK0.460.1600.41
HSL200.57º30.17%45.49%-
HSV(B)200.57º46.36%59.22%-
XYZ16.5719.1632.1-
YUV115.98147.76103.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=22.56%
G=35.38%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811271510.460.1600.41200.5730.1745.49
Hex517F972E10029c91e2d
Octal12117722756200513113655
Binary10100011111111100101111011101000001010011100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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