Html Css Color HEX #536958 Mineral Green

📋 copy color: '#536958'

red 83 ◦ green 105 ◦ blue 88

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

Shades of Mineral Green #536958

Tints of Mineral Green #536958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 30.07%
G = 38.04%
B = 31.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#536958 (or 0x536958) is known color: Mineral Green. HEX triplet: 53, 69 and 58. RGB value is (83,105,88). Sum of RGB (Red+Green+Blue) = 83+105+88=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #536958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536958 is #AC96A7. Grayscale: #606060. Windows color (decimal): -11310760 or 5794131. OLE color: 5794131.

HSL color Cylindrical-coordinate representation of color #536958: hue angle of 133.64º 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 #536958 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 88 -
CMYK 0.21 0 0.16 0.59
HSL 133.64º 0.12% 0.37% -
HSV(B) 133.64º 0.21% 0.41% -
XYZ 10.38 12.65 11.13 -
YUV 96.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 83 105 88 0.21 0 0.16 0.59 133.64 0.12 0.37
Hex 53 69 58 15 0 10 3B 86 C 25
Octal 123 151 130 25 0 20 73 206 14 45
Binary 1010011 1101001 1011000 10101 0 10000 111011 10000110 1100 100101

Color Harmonies of #536958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536958

Black with #536958

Text Example


Text Example

White with #536958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536958; }

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

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

background-color css

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

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

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

border-color css

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

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

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