#517F94

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

Shades of Hippie Blue #517F94

Tints of Hippie Blue #517F94

Color information

#517F94 (or 0x517F94) is unknown color: approx Hippie Blue. HEX triplet: 51, 7F and 94. RGB value is (81,127,148). Sum of RGB (Red+Green+Blue) = 81+127+148=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #517F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F94 is #AE806B. Grayscale: #737373. Windows color (decimal): -11436140 or 9731921. OLE color: 9731921.

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

Color convert

RGB81127148-
CMYK0.450.1400.42
HSL198.81º29.26%44.9%-
HSV(B)198.81º45.27%58.04%-
XYZ16.3319.0730.84-
YUV115.64146.26103.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=22.75%
G=35.67%
B=41.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811271480.450.1400.42198.8129.2644.9
Hex517F942DE02Ac71d2d
Octal12117722455160523073555
Binary1010001111111110010100101101111001010101100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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