Html Css Color HEX #536955 Mineral Green

📋 copy color: '#536955'

red 83 ◦ green 105 ◦ blue 85

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

Shades of Mineral Green #536955

Tints of Mineral Green #536955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 30.4%
G = 38.46%
B = 31.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#536955 (or 0x536955) is known color: Mineral Green. HEX triplet: 53, 69 and 55. RGB value is (83,105,85). Sum of RGB (Red+Green+Blue) = 83+105+85=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #536955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536955 is #AC96AA. Grayscale: #606060. Windows color (decimal): -11310763 or 5597523. OLE color: 5597523.

HSL color Cylindrical-coordinate representation of color #536955: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #536955 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 85 -
CMYK 0.21 0 0.19 0.59
HSL 125.45º 0.12% 0.37% -
HSV(B) 125.45º 0.21% 0.41% -
XYZ 10.26 12.6 10.49 -
YUV 96.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 83 105 85 0.21 0 0.19 0.59 125.45 0.12 0.37
Hex 53 69 55 15 0 13 3B 7D C 25
Octal 123 151 125 25 0 23 73 175 14 45
Binary 1010011 1101001 1010101 10101 0 10011 111011 1111101 1100 100101

Color Harmonies of #536955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536955

Black with #536955

Text Example


Text Example

White with #536955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536955; }

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

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

background-color css

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

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

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

border-color css

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

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

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