#536855

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

Shades of Mineral Green #536855

Tints of Mineral Green #536855

Color information

#536855 (or 0x536855) is unknown color: approx Mineral Green. HEX triplet: 53, 68 and 55. RGB value is (83,104,85). Sum of RGB (Red+Green+Blue) = 83+104+85=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #536855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536855 is #AC97AA. Grayscale: #5F5F5F. Windows color (decimal): -11311019 or 5597267. OLE color: 5597267.

HSL color Cylindrical-coordinate representation of color #536855: hue angle of 125.71º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536855 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB8310485-
CMYK0.2000.180.59
HSL125.71º11.23%36.67%-
HSV(B)125.71º20.19%40.78%-
XYZ10.1612.410.45-
YUV95.56122.04119.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=30.51%
G=38.24%
B=31.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104850.2000.180.59125.7111.2336.67
Hex536855140123B7eb25
Octal12315012524022731761345
Binary1010011110100010101011010001001011101111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536855; }

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

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

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

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

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

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

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

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