#535D55

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

Shades of Mineral Green #535D55

Tints of Mineral Green #535D55

Color information

#535D55 (or 0x535D55) is unknown color: approx Mineral Green. HEX triplet: 53, 5D and 55. RGB value is (83,93,85). Sum of RGB (Red+Green+Blue) = 83+93+85=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #535D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535D55 is #ACA2AA. Grayscale: #595959. Windows color (decimal): -11313835 or 5594451. OLE color: 5594451.

HSL color Cylindrical-coordinate representation of color #535D55: hue angle of 132º 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 #535D55 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB839385-
CMYK0.1100.090.64
HSL132º5.68%34.51%-
HSV(B)132º10.75%36.47%-
XYZ9.1210.3210.11-
YUV89.1125.69123.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.80%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=31.80%
G=35.63%
B=32.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8393850.1100.090.641325.6834.51
Hex535D55B094084623
Octal12313512513011100204643
Binary101001110111011010101101101001100000010000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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