Html Css Color HEX #536858 Mineral Green

📋 copy color: '#536858'

red 83 ◦ green 104 ◦ blue 88

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

Shades of Mineral Green #536858

Tints of Mineral Green #536858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 30.18%
G = 37.82%
B = 32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#536858 (or 0x536858) is known color: Mineral Green. HEX triplet: 53, 68 and 58. RGB value is (83,104,88). Sum of RGB (Red+Green+Blue) = 83+104+88=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #536858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536858 is #AC97A7. Grayscale: #5F5F5F. Windows color (decimal): -11311016 or 5793875. OLE color: 5793875.

HSL color Cylindrical-coordinate representation of color #536858: hue angle of 134.29º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #536858 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 88 -
CMYK 0.20 0 0.15 0.59
HSL 134.29º 0.11% 0.37% -
HSV(B) 134.29º 0.2% 0.41% -
XYZ 10.28 12.44 11.09 -
YUV 95.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 83 104 88 0.20 0 0.15 0.59 134.29 0.11 0.37
Hex 53 68 58 14 0 F 3B 86 B 25
Octal 123 150 130 24 0 17 73 206 13 45
Binary 1010011 1101000 1011000 10100 0 1111 111011 10000110 1011 100101

Color Harmonies of #536858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536858

Black with #536858

Text Example


Text Example

White with #536858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536858; }

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

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

background-color css

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

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

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

border-color css

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

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

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