#536155

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

Shades of Mineral Green #536155

Tints of Mineral Green #536155

Color information

#536155 (or 0x536155) is unknown color: approx Mineral Green. HEX triplet: 53, 61 and 55. RGB value is (83,97,85). Sum of RGB (Red+Green+Blue) = 83+97+85=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #536155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536155 is #AC9EAA. Grayscale: #5B5B5B. Windows color (decimal): -11312811 or 5595475. OLE color: 5595475.

HSL color Cylindrical-coordinate representation of color #536155: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536155 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB839785-
CMYK0.1400.120.62
HSL128.57º7.78%35.29%-
HSV(B)128.57º14.43%38.04%-
XYZ9.4811.0410.23-
YUV91.45124.36121.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=31.32%
G=36.60%
B=32.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397850.1400.120.62128.577.7835.29
Hex536155E0C3E81823
Octal12314112516014762011043
Binary101001111000011010101111001100111110100000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536155; }

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

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

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

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

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

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

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

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