Html Css Color HEX #536F5A Mineral Green

📋 copy color: '#536F5A'

red 83 ◦ green 111 ◦ blue 90

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

Shades of Mineral Green #536F5A

Tints of Mineral Green #536F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 29.23%
G = 39.08%
B = 31.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#536F5A (or 0x536F5A) is known color: Mineral Green. HEX triplet: 53, 6F and 5A. RGB value is (83,111,90). Sum of RGB (Red+Green+Blue) = 83+111+90=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #536F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F5A is #AC90A5. Grayscale: #646464. Windows color (decimal): -11309222 or 5926739. OLE color: 5926739.

HSL color Cylindrical-coordinate representation of color #536F5A: hue angle of 135º 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 #536F5A is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 90 -
CMYK 0.25 0 0.19 0.56
HSL 135º 0.14% 0.38% -
HSV(B) 135º 0.25% 0.44% -
XYZ 11.1 13.95 11.78 -
YUV 100.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 83 111 90 0.25 0 0.19 0.56 135 0.14 0.38
Hex 53 6F 5A 19 0 13 38 87 E 26
Octal 123 157 132 31 0 23 70 207 16 46
Binary 1010011 1101111 1011010 11001 0 10011 111000 10000111 1110 100110

Color Harmonies of #536F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F5A

Black with #536F5A

Text Example


Text Example

White with #536F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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