#515A55

Color #515A55 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #515A55

Tints of Feldgrau #515A55

Color information

#515A55 (or 0x515A55) is unknown color: approx Feldgrau. HEX triplet: 51, 5A and 55. RGB value is (81,90,85). Sum of RGB (Red+Green+Blue) = 81+90+85=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #515A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A55 is #AEA5AA. Grayscale: #565656. Windows color (decimal): -11445675 or 5593681. OLE color: 5593681.

HSL color Cylindrical-coordinate representation of color #515A55: hue angle of 146.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515A55 is Cyan = 0.1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB819085-
CMYK0.100.060.65
HSL146.67º5.26%33.53%-
HSV(B)146.67º10%35.29%-
XYZ8.699.7210.01-
YUV86.74127.02123.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=31.64%
G=35.16%
B=33.20%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8190850.100.060.65146.675.2633.53
Hex515A55A064193522
Octal1211321251206101223542
Binary10100011011010101010110100110100000110010011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A55; }

 p { color: rgb(81,90,85); }

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

<style>
 a { background-color: #515A55; }

 a { background-color: rgb(81,90,85); }

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

<style>
 span { border-color: #515A55; }

 span { border-color: rgb(81,90,85); }

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