Html Css Color HEX #558361 Como

📋 copy color: '#558361'

red 85 ◦ green 131 ◦ blue 97

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

Shades of Como #558361

Tints of Como #558361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.85%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 27.16%
G = 41.85%
B = 30.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#558361 (or 0x558361) is known color: Como. HEX triplet: 55, 83 and 61. RGB value is (85,131,97). Sum of RGB (Red+Green+Blue) = 85+131+97=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #558361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558361 is #AA7C9E. Grayscale: #717171. Windows color (decimal): -11173023 or 6390613. OLE color: 6390613.

HSL color Cylindrical-coordinate representation of color #558361: hue angle of 135.65º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #558361 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 97 -
CMYK 0.35 0 0.26 0.49
HSL 135.65º 0.21% 0.42% -
HSV(B) 135.65º 0.35% 0.51% -
XYZ 14.02 19.03 14.24 -
YUV 113.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 85 131 97 0.35 0 0.26 0.49 135.65 0.21 0.42
Hex 55 83 61 23 0 1A 31 88 15 2A
Octal 125 203 141 43 0 32 61 210 25 52
Binary 1010101 10000011 1100001 100011 0 11010 110001 10001000 10101 101010

Color Harmonies of #558361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558361

Black with #558361

Text Example


Text Example

White with #558361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558361; }

 p { color: rgb(85,131,97); }

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

background-color css

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

 a { background-color: rgb(85,131,97); }

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

border-color css

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

 span { border-color: rgb(85,131,97); }

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