Html Css Color HEX #515752 Mineral Green

📋 copy color: '#515752'

red 81 ◦ green 87 ◦ blue 82

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

Shades of Mineral Green #515752

Tints of Mineral Green #515752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 32.4%
G = 34.8%
B = 32.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#515752 (or 0x515752) is known color: Mineral Green. HEX triplet: 51, 57 and 52. RGB value is (81,87,82). Sum of RGB (Red+Green+Blue) = 81+87+82=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 87 - color contains mainly: green. Hex color #515752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515752 is #AEA8AD. Grayscale: #545454. Windows color (decimal): -11446446 or 5396305. OLE color: 5396305.

HSL color Cylindrical-coordinate representation of color #515752: hue angle of 130º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #515752 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 87 82 -
CMYK 0.07 0 0.06 0.66
HSL 130º 0.04% 0.33% -
HSV(B) 130º 0.07% 0.34% -
XYZ 8.32 9.17 9.31 -
YUV 84.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 81 87 82 0.07 0 0.06 0.66 130 0.04 0.33
Hex 51 57 52 7 0 6 42 82 4 21
Octal 121 127 122 7 0 6 102 202 4 41
Binary 1010001 1010111 1010010 111 0 110 1000010 10000010 100 100001

Color Harmonies of #515752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515752

Black with #515752

Text Example


Text Example

White with #515752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515752; }

 p { color: rgb(81,87,82); }

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

background-color css

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

 a { background-color: rgb(81,87,82); }

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

border-color css

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

 span { border-color: rgb(81,87,82); }

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