Html Css Color HEX #536057 Mineral Green

📋 copy color: '#536057'

red 83 ◦ green 96 ◦ blue 87

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

Shades of Mineral Green #536057

Tints of Mineral Green #536057

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 31.2%
G = 36.09%
B = 32.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#536057 (or 0x536057) is known color: Mineral Green. HEX triplet: 53, 60 and 57. RGB value is (83,96,87). Sum of RGB (Red+Green+Blue) = 83+96+87=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #536057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536057 is #AC9FA8. Grayscale: #5B5B5B. Windows color (decimal): -11313065 or 5726291. OLE color: 5726291.

HSL color Cylindrical-coordinate representation of color #536057: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #536057 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 87 -
CMYK 0.14 0 0.09 0.62
HSL 138.46º 0.07% 0.35% -
HSV(B) 138.46º 0.14% 0.38% -
XYZ 9.47 10.89 10.62 -
YUV 91.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 83 96 87 0.14 0 0.09 0.62 138.46 0.07 0.35
Hex 53 60 57 E 0 9 3E 8A 7 23
Octal 123 140 127 16 0 11 76 212 7 43
Binary 1010011 1100000 1010111 1110 0 1001 111110 10001010 111 100011

Color Harmonies of #536057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536057

Black with #536057

Text Example


Text Example

White with #536057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536057; }

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

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

background-color css

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

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

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

border-color css

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

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

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