#558A5B

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

Shades of Hippie Green #558A5B

Tints of Hippie Green #558A5B

Color information

#558A5B (or 0x558A5B) is unknown color: approx Hippie Green. HEX triplet: 55, 8A and 5B. RGB value is (85,138,91). Sum of RGB (Red+Green+Blue) = 85+138+91=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #558A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A5B is #AA75A4. Grayscale: #747474. Windows color (decimal): -11171237 or 5999189. OLE color: 5999189.

HSL color Cylindrical-coordinate representation of color #558A5B: hue angle of 126.79º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A5B is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8513891-
CMYK0.3800.340.46
HSL126.79º23.77%43.73%-
HSV(B)126.79º38.41%54.12%-
XYZ14.7220.8613.15-
YUV116.79113.44105.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=27.07%
G=43.95%
B=28.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85138910.3800.340.46126.7923.7743.73
Hex558A5B260222E7f182c
Octal12521213346042561773054
Binary10101011000101010110111001100100010101110111111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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