Html Css Color HEX #56655C Mineral Green

📋 copy color: '#56655C'

red 86 ◦ green 101 ◦ blue 92

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

Shades of Mineral Green #56655C

Tints of Mineral Green #56655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 30.82%
G = 36.2%
B = 32.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#56655C (or 0x56655C) is known color: Mineral Green. HEX triplet: 56, 65 and 5C. RGB value is (86,101,92). Sum of RGB (Red+Green+Blue) = 86+101+92=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #56655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655C is #A99AA3. Grayscale: #5F5F5F. Windows color (decimal): -11115172 or 6055254. OLE color: 6055254.

HSL color Cylindrical-coordinate representation of color #56655C: hue angle of 144º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56655C is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 92 -
CMYK 0.15 0 0.09 0.60
HSL 144º 0.08% 0.37% -
HSV(B) 144º 0.15% 0.4% -
XYZ 10.42 12.06 11.9 -
YUV 95.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 86 101 92 0.15 0 0.09 0.60 144 0.08 0.37
Hex 56 65 5C F 0 9 3C 90 8 25
Octal 126 145 134 17 0 11 74 220 10 45
Binary 1010110 1100101 1011100 1111 0 1001 111100 10010000 1000 100101

Color Harmonies of #56655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56655C

Black with #56655C

Text Example


Text Example

White with #56655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56655C; }

 p { color: rgb(86,101,92); }

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

background-color css

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

 a { background-color: rgb(86,101,92); }

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

border-color css

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

 span { border-color: rgb(86,101,92); }

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