Html Css Color HEX #53665A Mineral Green

📋 copy color: '#53665A'

red 83 ◦ green 102 ◦ blue 90

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

Shades of Mineral Green #53665A

Tints of Mineral Green #53665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.09%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 30.18%
G = 37.09%
B = 32.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#53665A (or 0x53665A) is known color: Mineral Green. HEX triplet: 53, 66 and 5A. RGB value is (83,102,90). Sum of RGB (Red+Green+Blue) = 83+102+90=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 102 - color contains mainly: green. Hex color #53665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53665A is #AC99A5. Grayscale: #5E5E5E. Windows color (decimal): -11311526 or 5924435. OLE color: 5924435.

HSL color Cylindrical-coordinate representation of color #53665A: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53665A is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 90 -
CMYK 0.19 0 0.12 0.6
HSL 142.11º 0.1% 0.36% -
HSV(B) 142.11º 0.19% 0.4% -
XYZ 10.16 12.08 11.47 -
YUV 94.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 83 102 90 0.19 0 0.12 0.6 142.11 0.1 0.36
Hex 53 66 5A 13 0 C 3C 8E A 24
Octal 123 146 132 23 0 14 74 216 12 44
Binary 1010011 1100110 1011010 10011 0 1100 111100 10001110 1010 100100

Color Harmonies of #53665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53665A

Black with #53665A

Text Example


Text Example

White with #53665A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53665A; }

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

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

background-color css

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

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

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

border-color css

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

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

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