Html Css Color HEX #536557 Mineral Green

📋 copy color: '#536557'

red 83 ◦ green 101 ◦ blue 87

#536557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #536557

Tints of Mineral Green #536557

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 87 (34.38% from 255) = 32.1%

R = 30.63%
G = 37.27%
B = 32.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#536557 (or 0x536557) is known color: Mineral Green. HEX triplet: 53, 65 and 57. RGB value is (83,101,87). Sum of RGB (Red+Green+Blue) = 83+101+87=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #536557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536557 is #AC9AA8. Grayscale: #5E5E5E. Windows color (decimal): -11311785 or 5727571. OLE color: 5727571.

HSL color Cylindrical-coordinate representation of color #536557: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536557 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 87 -
CMYK 0.18 0 0.14 0.60
HSL 133.33º 0.1% 0.36% -
HSV(B) 133.33º 0.18% 0.4% -
XYZ 9.94 11.83 10.78 -
YUV 94.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 83 101 87 0.18 0 0.14 0.60 133.33 0.1 0.36
Hex 53 65 57 12 0 E 3C 85 A 24
Octal 123 145 127 22 0 16 74 205 12 44
Binary 1010011 1100101 1010111 10010 0 1110 111100 10000101 1010 100100

Color Harmonies of #536557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536557

Black with #536557

Text Example


Text Example

White with #536557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536557; }

 p { color: rgb(83,101,87); }

 H1.HeaderClassName
 {
   color: #536557;
 }
 .AnyTagClassName
 {
   color: #536557;
 }
</style>

background-color css

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

 a { background-color: rgb(83,101,87); }

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

border-color css

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

 span { border-color: rgb(83,101,87); }

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