Html Css Color HEX #536857 Mineral Green

📋 copy color: '#536857'

red 83 ◦ green 104 ◦ blue 87

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

Shades of Mineral Green #536857

Tints of Mineral Green #536857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.75%

R = 30.29%
G = 37.96%
B = 31.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#536857 (or 0x536857) is known color: Mineral Green. HEX triplet: 53, 68 and 57. RGB value is (83,104,87). Sum of RGB (Red+Green+Blue) = 83+104+87=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #536857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536857 is #AC97A8. Grayscale: #5F5F5F. Windows color (decimal): -11311017 or 5728339. OLE color: 5728339.

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

Color convert

RGB 83 104 87 -
CMYK 0.20 0 0.16 0.59
HSL 131.43º 0.11% 0.37% -
HSV(B) 131.43º 0.2% 0.41% -
XYZ 10.24 12.43 10.88 -
YUV 95.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 83 104 87 0.20 0 0.16 0.59 131.43 0.11 0.37
Hex 53 68 57 14 0 10 3B 83 B 25
Octal 123 150 127 24 0 20 73 203 13 45
Binary 1010011 1101000 1010111 10100 0 10000 111011 10000011 1011 100101

Color Harmonies of #536857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536857

Black with #536857

Text Example


Text Example

White with #536857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536857; }

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

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

background-color css

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

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

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

border-color css

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

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

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