Html Css Color HEX #558553 Hippie Green

📋 copy color: '#558553'

red 85 ◦ green 133 ◦ blue 83

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

Shades of Hippie Green #558553

Tints of Hippie Green #558553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 28.24%
G = 44.19%
B = 27.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#558553 (or 0x558553) is known color: Hippie Green. HEX triplet: 55, 85 and 53. RGB value is (85,133,83). Sum of RGB (Red+Green+Blue) = 85+133+83=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #558553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558553 is #AA7AAC. Grayscale: #717171. Windows color (decimal): -11172525 or 5473621. OLE color: 5473621.

HSL color Cylindrical-coordinate representation of color #558553: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558553 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 133 83 -
CMYK 0.36 0 0.38 0.48
HSL 117.6º 0.23% 0.42% -
HSV(B) 117.6º 0.38% 0.52% -
XYZ 13.7 19.33 11.19 -
YUV 112.95 111.1 108.07 -
System Red Green Blue C M Y K H S L
Decimal 85 133 83 0.36 0 0.38 0.48 117.6 0.23 0.42
Hex 55 85 53 24 0 26 30 76 17 2A
Octal 125 205 123 44 0 46 60 166 27 52
Binary 1010101 10000101 1010011 100100 0 100110 110000 1110110 10111 101010

Color Harmonies of #558553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558553

Black with #558553

Text Example


Text Example

White with #558553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558553; }

 p { color: rgb(85,133,83); }

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

background-color css

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

 a { background-color: rgb(85,133,83); }

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

border-color css

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

 span { border-color: rgb(85,133,83); }

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