Html Css Color HEX #536F58 Mineral Green

📋 copy color: '#536F58'

red 83 ◦ green 111 ◦ blue 88

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

Shades of Mineral Green #536F58

Tints of Mineral Green #536F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 29.43%
G = 39.36%
B = 31.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#536F58 (or 0x536F58) is known color: Mineral Green. HEX triplet: 53, 6F and 58. RGB value is (83,111,88). Sum of RGB (Red+Green+Blue) = 83+111+88=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #536F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F58 is #AC90A7. Grayscale: #646464. Windows color (decimal): -11309224 or 5795667. OLE color: 5795667.

HSL color Cylindrical-coordinate representation of color #536F58: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F58 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 88 -
CMYK 0.25 0 0.21 0.56
HSL 130.71º 0.14% 0.38% -
HSV(B) 130.71º 0.25% 0.44% -
XYZ 11.01 13.91 11.34 -
YUV 100.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 83 111 88 0.25 0 0.21 0.56 130.71 0.14 0.38
Hex 53 6F 58 19 0 15 38 83 E 26
Octal 123 157 130 31 0 25 70 203 16 46
Binary 1010011 1101111 1011000 11001 0 10101 111000 10000011 1110 100110

Color Harmonies of #536F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F58

Black with #536F58

Text Example


Text Example

White with #536F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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