Html Css Color HEX #56625A Mineral Green

📋 copy color: '#56625A'

red 86 ◦ green 98 ◦ blue 90

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

Shades of Mineral Green #56625A

Tints of Mineral Green #56625A

RGB

 RED value IS 86 (33.98% from 255) = 31.39%

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 31.39%
G = 35.77%
B = 32.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#56625A (or 0x56625A) is known color: Mineral Green. HEX triplet: 56, 62 and 5A. RGB value is (86,98,90). Sum of RGB (Red+Green+Blue) = 86+98+90=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #56625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56625A is #A99DA5. Grayscale: #5D5D5D. Windows color (decimal): -11115942 or 5923414. OLE color: 5923414.

HSL color Cylindrical-coordinate representation of color #56625A: hue angle of 140º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #56625A is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 98 90 -
CMYK 0.12 0 0.08 0.62
HSL 140º 0.07% 0.36% -
HSV(B) 140º 0.12% 0.38% -
XYZ 10.05 11.45 11.35 -
YUV 93.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 86 98 90 0.12 0 0.08 0.62 140 0.07 0.36
Hex 56 62 5A C 0 8 3E 8C 7 24
Octal 126 142 132 14 0 10 76 214 7 44
Binary 1010110 1100010 1011010 1100 0 1000 111110 10001100 111 100100

Color Harmonies of #56625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56625A

Black with #56625A

Text Example


Text Example

White with #56625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,98,90); }

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

background-color css

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

 a { background-color: rgb(86,98,90); }

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

border-color css

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

 span { border-color: rgb(86,98,90); }

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