Html Css Color HEX #535A55 Mineral Green

📋 copy color: '#535A55'

red 83 ◦ green 90 ◦ blue 85

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

Shades of Mineral Green #535A55

Tints of Mineral Green #535A55

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.88%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 32.17%
G = 34.88%
B = 32.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#535A55 (or 0x535A55) is known color: Mineral Green. HEX triplet: 53, 5A and 55. RGB value is (83,90,85). Sum of RGB (Red+Green+Blue) = 83+90+85=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 90 - color contains mainly: green. Hex color #535A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A55 is #ACA5AA. Grayscale: #575757. Windows color (decimal): -11314603 or 5593683. OLE color: 5593683.

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

Color convert

RGB 83 90 85 -
CMYK 0.08 0 0.06 0.65
HSL 137.14º 0.04% 0.34% -
HSV(B) 137.14º 0.08% 0.35% -
XYZ 8.86 9.81 10.02 -
YUV 87.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 83 90 85 0.08 0 0.06 0.65 137.14 0.04 0.34
Hex 53 5A 55 8 0 6 41 89 4 22
Octal 123 132 125 10 0 6 101 211 4 42
Binary 1010011 1011010 1010101 1000 0 110 1000001 10001001 100 100010

Color Harmonies of #535A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A55

Black with #535A55

Text Example


Text Example

White with #535A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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