#53665A

Color #53665A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #53665A

Tints of Mineral Green #53665A

Color information

#53665A (or 0x53665A) is unknown color: approx 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

RGB8310290-
CMYK0.1900.120.6
HSL142.11º10.27%36.27%-
HSV(B)142.11º18.63%40%-
XYZ10.1612.0811.47-
YUV94.95125.21119.48-

RGB Variations

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

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 (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102900.1900.120.6142.1110.2736.27
Hex53665A130C3C8ea24
Octal12314613223014742161244
Binary1010011110011010110101001101100111100100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>