#517F95

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

Shades of Hippie Blue #517F95

Tints of Hippie Blue #517F95

Color information

#517F95 (or 0x517F95) is unknown color: approx Hippie Blue. HEX triplet: 51, 7F and 95. RGB value is (81,127,149). Sum of RGB (Red+Green+Blue) = 81+127+149=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #517F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F95 is #AE806A. Grayscale: #737373. Windows color (decimal): -11436139 or 9797457. OLE color: 9797457.

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

Color convert

RGB81127149-
CMYK0.460.1500.42
HSL199.41º29.57%45.1%-
HSV(B)199.41º45.64%58.43%-
XYZ16.4119.131.26-
YUV115.75146.76103.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=22.69%
G=35.57%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811271490.460.1500.42199.4129.5745.1
Hex517F952EF02Ac71e2d
Octal12117722556170523073655
Binary1010001111111110010101101110111101010101100011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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