Html Css Color HEX #535854 Mineral Green

📋 copy color: '#535854'

red 83 ◦ green 88 ◦ blue 84

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

Shades of Mineral Green #535854

Tints of Mineral Green #535854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.51%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 32.55%
G = 34.51%
B = 32.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#535854 (or 0x535854) is known color: Mineral Green. HEX triplet: 53, 58 and 54. RGB value is (83,88,84). Sum of RGB (Red+Green+Blue) = 83+88+84=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #535854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535854 is #ACA7AB. Grayscale: #565656. Windows color (decimal): -11315116 or 5527635. OLE color: 5527635.

HSL color Cylindrical-coordinate representation of color #535854: hue angle of 132º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #535854 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 88 84 -
CMYK 0.06 0 0.05 0.65
HSL 132º 0.03% 0.34% -
HSV(B) 132º 0.06% 0.35% -
XYZ 8.66 9.46 9.76 -
YUV 86.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 83 88 84 0.06 0 0.05 0.65 132 0.03 0.34
Hex 53 58 54 6 0 5 41 84 3 22
Octal 123 130 124 6 0 5 101 204 3 42
Binary 1010011 1011000 1010100 110 0 101 1000001 10000100 11 100010

Color Harmonies of #535854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535854

Black with #535854

Text Example


Text Example

White with #535854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535854; }

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

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

background-color css

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

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

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

border-color css

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

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

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