Html Css Color HEX #555F57 Mineral Green

📋 copy color: '#555F57'

red 85 ◦ green 95 ◦ blue 87

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

Shades of Mineral Green #555F57

Tints of Mineral Green #555F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.58%

 BLUE value IS 87 (34.38% from 255) = 32.58%

R = 31.84%
G = 35.58%
B = 32.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#555F57 (or 0x555F57) is known color: Mineral Green. HEX triplet: 55, 5F and 57. RGB value is (85,95,87). Sum of RGB (Red+Green+Blue) = 85+95+87=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 95 - color contains mainly: green. Hex color #555F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F57 is #AAA0A8. Grayscale: #5B5B5B. Windows color (decimal): -11182249 or 5726037. OLE color: 5726037.

HSL color Cylindrical-coordinate representation of color #555F57: hue angle of 132º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555F57 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 95 87 -
CMYK 0.11 0 0.08 0.63
HSL 132º 0.06% 0.35% -
HSV(B) 132º 0.11% 0.37% -
XYZ 9.56 10.8 10.6 -
YUV 91.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 85 95 87 0.11 0 0.08 0.63 132 0.06 0.35
Hex 55 5F 57 B 0 8 3F 84 6 23
Octal 125 137 127 13 0 10 77 204 6 43
Binary 1010101 1011111 1010111 1011 0 1000 111111 10000100 110 100011

Color Harmonies of #555F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555F57

Black with #555F57

Text Example


Text Example

White with #555F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555F57; }

 p { color: rgb(85,95,87); }

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

background-color css

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

 a { background-color: rgb(85,95,87); }

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

border-color css

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

 span { border-color: rgb(85,95,87); }

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