#536158

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

Shades of Feldgrau #536158

Tints of Feldgrau #536158

Color information

#536158 (or 0x536158) is unknown color: approx Feldgrau. HEX triplet: 53, 61 and 58. RGB value is (83,97,88). Sum of RGB (Red+Green+Blue) = 83+97+88=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #536158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536158 is #AC9EA7. Grayscale: #5B5B5B. Windows color (decimal): -11312808 or 5792083. OLE color: 5792083.

HSL color Cylindrical-coordinate representation of color #536158: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536158 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB839788-
CMYK0.1400.090.62
HSL141.43º7.78%35.29%-
HSV(B)141.43º14.43%38.04%-
XYZ9.611.0910.87-
YUV91.79125.86121.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=30.97%
G=36.19%
B=32.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397880.1400.090.62141.437.7835.29
Hex536158E093E8d823
Octal12314113016011762151043
Binary101001111000011011000111001001111110100011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536158; }

 p { color: rgb(83,97,88); }

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

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

 a { background-color: rgb(83,97,88); }

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

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

 span { border-color: rgb(83,97,88); }

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