#556258

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

Shades of Mineral Green #556258

Tints of Mineral Green #556258

Color information

#556258 (or 0x556258) is unknown color: approx Mineral Green. HEX triplet: 55, 62 and 58. RGB value is (85,98,88). Sum of RGB (Red+Green+Blue) = 85+98+88=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #556258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556258 is #AA9DA7. Grayscale: #5D5D5D. Windows color (decimal): -11181480 or 5792341. OLE color: 5792341.

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

Color convert

RGB859888-
CMYK0.1300.100.62
HSL133.85º7.1%35.88%-
HSV(B)133.85º13.27%38.43%-
XYZ9.8811.3710.91-
YUV92.97125.19122.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=31.37%
G=36.16%
B=32.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598880.1300.100.62133.857.135.88
Hex556258D0A3E86724
Octal1251421301501276206744
Binary10101011100010101100011010101011111010000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556258; }

 p { color: rgb(85,98,88); }

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

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

 a { background-color: rgb(85,98,88); }

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

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

 span { border-color: rgb(85,98,88); }

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