#535F47

Color #535F47 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #535F47

Tints of Cabbage Pont #535F47

Color information

#535F47 (or 0x535F47) is unknown color: approx Cabbage Pont. HEX triplet: 53, 5F and 47. RGB value is (83,95,71). Sum of RGB (Red+Green+Blue) = 83+95+71=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #535F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F47 is #ACA0B8. Grayscale: #585858. Windows color (decimal): -11313337 or 4677459. OLE color: 4677459.

HSL color Cylindrical-coordinate representation of color #535F47: hue angle of 90º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535F47 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB839571-
CMYK0.1300.250.63
HSL90º14.46%32.55%-
HSV(B)90º25.26%37.25%-
XYZ8.810.487.52-
YUV88.68118.02123.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=33.33%
G=38.15%
B=28.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8395710.1300.250.639014.4632.55
Hex535F47D0193F5ae21
Octal12313710715031771321641
Binary101001110111111000111110101100111111110110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535F47; }

 p { color: rgb(83,95,71); }

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

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

 a { background-color: rgb(83,95,71); }

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

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

 span { border-color: rgb(83,95,71); }

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