#555C57

Color #555C57 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #555C57

Tints of Mineral Green #555C57

Color information

#555C57 (or 0x555C57) is unknown color: approx Mineral Green. HEX triplet: 55, 5C and 57. RGB value is (85,92,87). Sum of RGB (Red+Green+Blue) = 85+92+87=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 92 - color contains mainly: green. Hex color #555C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C57 is #AAA3A8. Grayscale: #595959. Windows color (decimal): -11183017 or 5725269. OLE color: 5725269.

HSL color Cylindrical-coordinate representation of color #555C57: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #555C57 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB859287-
CMYK0.0800.050.64
HSL137.14º3.95%34.71%-
HSV(B)137.14º7.61%36.08%-
XYZ9.2910.2710.51-
YUV89.34126.68124.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 92 (36.33% from 255) = 34.85%
BLUE value IS 87 (34.38% from 255) = 32.95%
R=32.20%
G=34.85%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592870.0800.050.64137.143.9534.71
Hex555C578054089423
Octal1251341271005100211443
Binary10101011011100101011110000101100000010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #555C57;
 }
 .AnyTagClassName
 {
   color: #555C57;
 }
</style>
background-color css

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

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

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

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

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

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