#558B5B

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

Shades of Hippie Green #558B5B

Tints of Hippie Green #558B5B

Color information

#558B5B (or 0x558B5B) is unknown color: approx Hippie Green. HEX triplet: 55, 8B and 5B. RGB value is (85,139,91). Sum of RGB (Red+Green+Blue) = 85+139+91=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #558B5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558B5B is #AA74A4. Grayscale: #757575. Windows color (decimal): -11170981 or 5999445. OLE color: 5999445.

HSL color Cylindrical-coordinate representation of color #558B5B: hue angle of 126.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558B5B is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB8513991-
CMYK0.3900.350.45
HSL126.67º24.11%43.92%-
HSV(B)126.67º38.85%54.51%-
XYZ14.8721.1513.2-
YUV117.38113.11104.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=26.98%
G=44.13%
B=28.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85139910.3900.350.45126.6724.1143.92
Hex558B5B270232D7f182c
Octal12521313347043551773054
Binary10101011000101110110111001110100011101101111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558B5B; }

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

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

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

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

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

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

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

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