Html Css Color HEX #536155 Mineral Green

📋 copy color: '#536155'

red 83 ◦ green 97 ◦ blue 85

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

Shades of Mineral Green #536155

Tints of Mineral Green #536155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 31.32%
G = 36.6%
B = 32.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#536155 (or 0x536155) is known color: Mineral Green. HEX triplet: 53, 61 and 55. RGB value is (83,97,85). Sum of RGB (Red+Green+Blue) = 83+97+85=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #536155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536155 is #AC9EAA. Grayscale: #5B5B5B. Windows color (decimal): -11312811 or 5595475. OLE color: 5595475.

HSL color Cylindrical-coordinate representation of color #536155: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536155 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 85 -
CMYK 0.14 0 0.12 0.62
HSL 128.57º 0.08% 0.35% -
HSV(B) 128.57º 0.14% 0.38% -
XYZ 9.48 11.04 10.23 -
YUV 91.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 83 97 85 0.14 0 0.12 0.62 128.57 0.08 0.35
Hex 53 61 55 E 0 C 3E 81 8 23
Octal 123 141 125 16 0 14 76 201 10 43
Binary 1010011 1100001 1010101 1110 0 1100 111110 10000001 1000 100011

Color Harmonies of #536155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536155

Black with #536155

Text Example


Text Example

White with #536155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536155; }

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

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

background-color css

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

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

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

border-color css

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

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

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