#536B5C

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

Shades of Mineral Green #536B5C

Tints of Mineral Green #536B5C

Color information

#536B5C (or 0x536B5C) is unknown color: approx Mineral Green. HEX triplet: 53, 6B and 5C. RGB value is (83,107,92). Sum of RGB (Red+Green+Blue) = 83+107+92=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5C is #AC94A3. Grayscale: #626262. Windows color (decimal): -11310244 or 6056787. OLE color: 6056787.

HSL color Cylindrical-coordinate representation of color #536B5C: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536B5C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8310792-
CMYK0.2200.140.58
HSL142.5º12.63%37.25%-
HSV(B)142.5º22.43%41.96%-
XYZ10.7613.1312.09-
YUV98.11124.55117.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=29.43%
G=37.94%
B=32.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107920.2200.140.58142.512.6337.25
Hex536B5C160E3A8ed25
Octal12315313426016722161545
Binary1010011110101110111001011001110111010100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B5C; }

 p { color: rgb(83,107,92); }

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

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

 a { background-color: rgb(83,107,92); }

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

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

 span { border-color: rgb(83,107,92); }

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