#535D56

Color #535D56 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #535D56

Tints of Mineral Green #535D56

Color information

#535D56 (or 0x535D56) is unknown color: approx Mineral Green. HEX triplet: 53, 5D and 56. RGB value is (83,93,86). Sum of RGB (Red+Green+Blue) = 83+93+86=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #535D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D56 is #ACA2A9. Grayscale: #595959. Windows color (decimal): -11313834 or 5659987. OLE color: 5659987.

HSL color Cylindrical-coordinate representation of color #535D56: hue angle of 138º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #535D56 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB839386-
CMYK0.1100.080.64
HSL138º5.68%34.51%-
HSV(B)138º10.75%36.47%-
XYZ9.1610.3410.32-
YUV89.21126.19123.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 86 (33.98% from 255) = 32.82%
R=31.68%
G=35.50%
B=32.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393860.1100.080.641385.6834.51
Hex535D56B08408a623
Octal12313512613010100212643
Binary101001110111011010110101101000100000010001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,86); }

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

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

 a { background-color: rgb(83,93,86); }

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

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

 span { border-color: rgb(83,93,86); }

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