Html Css Color HEX #506A5A Mineral Green

📋 copy color: '#506A5A'

red 80 ◦ green 106 ◦ blue 90

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

Shades of Mineral Green #506A5A

Tints of Mineral Green #506A5A

RGB

 RED value IS 80 (31.64% from 255) = 28.99%

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 28.99%
G = 38.41%
B = 32.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#506A5A (or 0x506A5A) is known color: Mineral Green. HEX triplet: 50, 6A and 5A. RGB value is (80,106,90). Sum of RGB (Red+Green+Blue) = 80+106+90=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #506A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506A5A is #AF95A5. Grayscale: #606060. Windows color (decimal): -11507110 or 5925456. OLE color: 5925456.

HSL color Cylindrical-coordinate representation of color #506A5A: hue angle of 143.08º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506A5A is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 106 90 -
CMYK 0.25 0 0.15 0.58
HSL 143.08º 0.14% 0.36% -
HSV(B) 143.08º 0.25% 0.42% -
XYZ 10.31 12.75 11.59 -
YUV 96.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 80 106 90 0.25 0 0.15 0.58 143.08 0.14 0.36
Hex 50 6A 5A 19 0 F 3A 8F E 24
Octal 120 152 132 31 0 17 72 217 16 44
Binary 1010000 1101010 1011010 11001 0 1111 111010 10001111 1110 100100

Color Harmonies of #506A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A5A

Black with #506A5A

Text Example


Text Example

White with #506A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A5A; }

 p { color: rgb(80,106,90); }

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

background-color css

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

 a { background-color: rgb(80,106,90); }

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

border-color css

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

 span { border-color: rgb(80,106,90); }

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