Html Css Color HEX #55655B Mineral Green

📋 copy color: '#55655B'

red 85 ◦ green 101 ◦ blue 91

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

Shades of Mineral Green #55655B

Tints of Mineral Green #55655B

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 30.69%
G = 36.46%
B = 32.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#55655B (or 0x55655B) is known color: Mineral Green. HEX triplet: 55, 65 and 5B. RGB value is (85,101,91). Sum of RGB (Red+Green+Blue) = 85+101+91=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #55655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655B is #AA9AA4. Grayscale: #5F5F5F. Windows color (decimal): -11180709 or 5989717. OLE color: 5989717.

HSL color Cylindrical-coordinate representation of color #55655B: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 91 -
CMYK 0.16 0 0.10 0.60
HSL 142.5º 0.09% 0.36% -
HSV(B) 142.5º 0.16% 0.4% -
XYZ 10.29 11.99 11.67 -
YUV 95.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 85 101 91 0.16 0 0.10 0.60 142.5 0.09 0.36
Hex 55 65 5B 10 0 A 3C 8E 9 24
Octal 125 145 133 20 0 12 74 216 11 44
Binary 1010101 1100101 1011011 10000 0 1010 111100 10001110 1001 100100

Color Harmonies of #55655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55655B

Black with #55655B

Text Example


Text Example

White with #55655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55655B; }

 p { color: rgb(85,101,91); }

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

background-color css

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

 a { background-color: rgb(85,101,91); }

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

border-color css

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

 span { border-color: rgb(85,101,91); }

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