#536359

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

Shades of Feldgrau #536359

Tints of Feldgrau #536359

Color information

#536359 (or 0x536359) is unknown color: approx Feldgrau. HEX triplet: 53, 63 and 59. RGB value is (83,99,89). Sum of RGB (Red+Green+Blue) = 83+99+89=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #536359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536359 is #AC9CA6. Grayscale: #5D5D5D. Windows color (decimal): -11312295 or 5858131. OLE color: 5858131.

HSL color Cylindrical-coordinate representation of color #536359: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536359 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB839989-
CMYK0.1600.100.61
HSL142.5º8.79%35.69%-
HSV(B)142.5º16.16%38.82%-
XYZ9.8311.4811.15-
YUV93.08125.7120.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 89 (35.16% from 255) = 32.84%
R=30.63%
G=36.53%
B=32.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399890.1600.100.61142.58.7935.69
Hex536359100A3D8e924
Octal12314313120012752161144
Binary1010011110001110110011000001010111101100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536359; }

 p { color: rgb(83,99,89); }

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

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

 a { background-color: rgb(83,99,89); }

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

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

 span { border-color: rgb(83,99,89); }

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