Html Css Color HEX #536A58 Mineral Green

📋 copy color: '#536A58'

red 83 ◦ green 106 ◦ blue 88

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

Shades of Mineral Green #536A58

Tints of Mineral Green #536A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

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

R = 29.96%
G = 38.27%
B = 31.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#536A58 (or 0x536A58) is known color: Mineral Green. HEX triplet: 53, 6A and 58. RGB value is (83,106,88). Sum of RGB (Red+Green+Blue) = 83+106+88=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #536A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A58 is #AC95A7. Grayscale: #616161. Windows color (decimal): -11310504 or 5794387. OLE color: 5794387.

HSL color Cylindrical-coordinate representation of color #536A58: hue angle of 133.04º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536A58 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 106 88 -
CMYK 0.22 0 0.17 0.58
HSL 133.04º 0.12% 0.37% -
HSV(B) 133.04º 0.22% 0.42% -
XYZ 10.48 12.85 11.16 -
YUV 97.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 83 106 88 0.22 0 0.17 0.58 133.04 0.12 0.37
Hex 53 6A 58 16 0 11 3A 85 C 25
Octal 123 152 130 26 0 21 72 205 14 45
Binary 1010011 1101010 1011000 10110 0 10001 111010 10000101 1100 100101

Color Harmonies of #536A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A58

Black with #536A58

Text Example


Text Example

White with #536A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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