Html Css Color HEX #515953 Mineral Green

📋 copy color: '#515953'

red 81 ◦ green 89 ◦ blue 83

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

Shades of Mineral Green #515953

Tints of Mineral Green #515953

RGB

 RED value IS 81 (32.03% from 255) = 32.02%

 GREEN value IS 89 (35.16% from 255) = 35.18%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 32.02%
G = 35.18%
B = 32.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#515953 (or 0x515953) is known color: Mineral Green. HEX triplet: 51, 59 and 53. RGB value is (81,89,83). Sum of RGB (Red+Green+Blue) = 81+89+83=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 89 - color contains mainly: green. Hex color #515953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515953 is #AEA6AC. Grayscale: #555555. Windows color (decimal): -11445933 or 5462353. OLE color: 5462353.

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

Color convert

RGB 81 89 83 -
CMYK 0.09 0 0.07 0.65
HSL 135º 0.05% 0.33% -
HSV(B) 135º 0.09% 0.35% -
XYZ 8.53 9.52 9.57 -
YUV 85.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 81 89 83 0.09 0 0.07 0.65 135 0.05 0.33
Hex 51 59 53 9 0 7 41 87 5 21
Octal 121 131 123 11 0 7 101 207 5 41
Binary 1010001 1011001 1010011 1001 0 111 1000001 10000111 101 100001

Color Harmonies of #515953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515953

Black with #515953

Text Example


Text Example

White with #515953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515953; }

 p { color: rgb(81,89,83); }

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

background-color css

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

 a { background-color: rgb(81,89,83); }

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

border-color css

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

 span { border-color: rgb(81,89,83); }

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