#536B5A

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

Shades of Mineral Green #536B5A

Tints of Mineral Green #536B5A

Color information

#536B5A (or 0x536B5A) is unknown color: approx Mineral Green. HEX triplet: 53, 6B and 5A. RGB value is (83,107,90). Sum of RGB (Red+Green+Blue) = 83+107+90=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #536B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536B5A is #AC94A5. Grayscale: #616161. Windows color (decimal): -11310246 or 5925715. OLE color: 5925715.

HSL color Cylindrical-coordinate representation of color #536B5A: hue angle of 137.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 #536B5A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB8310790-
CMYK0.2200.160.58
HSL137.5º12.63%37.25%-
HSV(B)137.5º22.43%41.96%-
XYZ10.6713.0911.64-
YUV97.89123.55117.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 107 (42.19% from 255) = 38.21%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=29.64%
G=38.21%
B=32.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83107900.2200.160.58137.512.6337.25
Hex536B5A160103A8ad25
Octal12315313226020722121545
Binary10100111101011101101010110010000111010100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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