Html Css Color HEX #536357 Mineral Green

📋 copy color: '#536357'

red 83 ◦ green 99 ◦ blue 87

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

Shades of Mineral Green #536357

Tints of Mineral Green #536357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 30.86%
G = 36.8%
B = 32.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#536357 (or 0x536357) is known color: Mineral Green. HEX triplet: 53, 63 and 57. RGB value is (83,99,87). Sum of RGB (Red+Green+Blue) = 83+99+87=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #536357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536357 is #AC9CA8. Grayscale: #5C5C5C. Windows color (decimal): -11312297 or 5727059. OLE color: 5727059.

HSL color Cylindrical-coordinate representation of color #536357: hue angle of 135º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #536357 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 87 -
CMYK 0.16 0 0.12 0.61
HSL 135º 0.09% 0.36% -
HSV(B) 135º 0.16% 0.39% -
XYZ 9.75 11.45 10.71 -
YUV 92.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 83 99 87 0.16 0 0.12 0.61 135 0.09 0.36
Hex 53 63 57 10 0 C 3D 87 9 24
Octal 123 143 127 20 0 14 75 207 11 44
Binary 1010011 1100011 1010111 10000 0 1100 111101 10000111 1001 100100

Color Harmonies of #536357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536357

Black with #536357

Text Example


Text Example

White with #536357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536357; }

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

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

background-color css

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

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

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

border-color css

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

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

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