Html Css Color HEX #535E56 Mineral Green

📋 copy color: '#535E56'

red 83 ◦ green 94 ◦ blue 86

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

Shades of Mineral Green #535E56

Tints of Mineral Green #535E56

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

 BLUE value IS 86 (33.98% from 255) = 32.7%

R = 31.56%
G = 35.74%
B = 32.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#535E56 (or 0x535E56) is known color: Mineral Green. HEX triplet: 53, 5E and 56. RGB value is (83,94,86). Sum of RGB (Red+Green+Blue) = 83+94+86=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 94 - color contains mainly: green. Hex color #535E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535E56 is #ACA1A9. Grayscale: #595959. Windows color (decimal): -11313578 or 5660243. OLE color: 5660243.

HSL color Cylindrical-coordinate representation of color #535E56: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #535E56 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 86 -
CMYK 0.12 0 0.09 0.63
HSL 136.36º 0.06% 0.35% -
HSV(B) 136.36º 0.12% 0.37% -
XYZ 9.25 10.52 10.35 -
YUV 89.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 83 94 86 0.12 0 0.09 0.63 136.36 0.06 0.35
Hex 53 5E 56 C 0 9 3F 88 6 23
Octal 123 136 126 14 0 11 77 210 6 43
Binary 1010011 1011110 1010110 1100 0 1001 111111 10001000 110 100011

Color Harmonies of #535E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E56

Black with #535E56

Text Example


Text Example

White with #535E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E56; }

 p { color: rgb(83,94,86); }

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

background-color css

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

 a { background-color: rgb(83,94,86); }

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

border-color css

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

 span { border-color: rgb(83,94,86); }

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