Html Css Color HEX #558A58 Hippie Green

📋 copy color: '#558A58'

red 85 ◦ green 138 ◦ blue 88

#558A58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #558A58

Tints of Hippie Green #558A58

RGB

 RED value IS 85 (33.59% from 255) = 27.33%

 GREEN value IS 138 (54.3% from 255) = 44.37%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 27.33%
G = 44.37%
B = 28.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#558A58 (or 0x558A58) is known color: Hippie Green. HEX triplet: 55, 8A and 58. RGB value is (85,138,88). Sum of RGB (Red+Green+Blue) = 85+138+88=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #558A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A58 is #AA75A7. Grayscale: #747474. Windows color (decimal): -11171240 or 5802581. OLE color: 5802581.

HSL color Cylindrical-coordinate representation of color #558A58: hue angle of 123.4º 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 #558A58 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 138 88 -
CMYK 0.38 0 0.36 0.46
HSL 123.4º 0.24% 0.44% -
HSV(B) 123.4º 0.38% 0.54% -
XYZ 14.6 20.81 12.48 -
YUV 116.45 111.94 105.57 -
System Red Green Blue C M Y K H S L
Decimal 85 138 88 0.38 0 0.36 0.46 123.4 0.24 0.44
Hex 55 8A 58 26 0 24 2E 7B 18 2C
Octal 125 212 130 46 0 44 56 173 30 54
Binary 1010101 10001010 1011000 100110 0 100100 101110 1111011 11000 101100

Color Harmonies of #558A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558A58

Black with #558A58

Text Example


Text Example

White with #558A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #558A58;
 }
 .AnyTagClassName
 {
   color: #558A58;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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