Html Css Color HEX #558964 Como

📋 copy color: '#558964'

red 85 ◦ green 137 ◦ blue 100

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

Shades of Como #558964

Tints of Como #558964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.55%

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 26.4%
G = 42.55%
B = 31.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#558964 (or 0x558964) is known color: Como. HEX triplet: 55, 89 and 64. RGB value is (85,137,100). Sum of RGB (Red+Green+Blue) = 85+137+100=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #558964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558964 is #AA769B. Grayscale: #757575. Windows color (decimal): -11171484 or 6588757. OLE color: 6588757.

HSL color Cylindrical-coordinate representation of color #558964: hue angle of 137.31º degrees, saturation: 0.23, 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 #558964 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 100 -
CMYK 0.38 0 0.27 0.46
HSL 137.31º 0.23% 0.44% -
HSV(B) 137.31º 0.38% 0.54% -
XYZ 14.99 20.74 15.27 -
YUV 117.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 85 137 100 0.38 0 0.27 0.46 137.31 0.23 0.44
Hex 55 89 64 26 0 1B 2E 89 17 2C
Octal 125 211 144 46 0 33 56 211 27 54
Binary 1010101 10001001 1100100 100110 0 11011 101110 10001001 10111 101100

Color Harmonies of #558964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558964

Black with #558964

Text Example


Text Example

White with #558964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558964; }

 p { color: rgb(85,137,100); }

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

background-color css

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

 a { background-color: rgb(85,137,100); }

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

border-color css

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

 span { border-color: rgb(85,137,100); }

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