#558859

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

Shades of Hippie Green #558859

Tints of Hippie Green #558859

Color information

#558859 (or 0x558859) is unknown color: approx Hippie Green. HEX triplet: 55, 88 and 59. RGB value is (85,136,89). Sum of RGB (Red+Green+Blue) = 85+136+89=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #558859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558859 is #AA77A6. Grayscale: #737373. Windows color (decimal): -11171751 or 5867605. OLE color: 5867605.

HSL color Cylindrical-coordinate representation of color #558859: hue angle of 124.71º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558859 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB8513689-
CMYK0.3800.350.47
HSL124.71º23.08%43.33%-
HSV(B)124.71º37.5%53.33%-
XYZ14.3520.2612.61-
YUV115.39113.1106.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=27.42%
G=43.87%
B=28.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136890.3800.350.47124.7123.0843.33
Hex558859260232F7d172b
Octal12521013146043571752753
Binary10101011000100010110011001100100011101111111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558859; }

 p { color: rgb(85,136,89); }

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

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

 a { background-color: rgb(85,136,89); }

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

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

 span { border-color: rgb(85,136,89); }

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