Html Css Color HEX #55895D Como

📋 copy color: '#55895D'

red 85 ◦ green 137 ◦ blue 93

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

Shades of Como #55895D

Tints of Como #55895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 26.98%
G = 43.49%
B = 29.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#55895D (or 0x55895D) is known color: Como. HEX triplet: 55, 89 and 5D. RGB value is (85,137,93). Sum of RGB (Red+Green+Blue) = 85+137+93=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #55895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895D is #AA76A2. Grayscale: #747474. Windows color (decimal): -11171491 or 6130005. OLE color: 6130005.

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

Color convert

RGB 85 137 93 -
CMYK 0.38 0 0.32 0.46
HSL 129.23º 0.23% 0.44% -
HSV(B) 129.23º 0.38% 0.54% -
XYZ 14.67 20.61 13.56 -
YUV 116.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 85 137 93 0.38 0 0.32 0.46 129.23 0.23 0.44
Hex 55 89 5D 26 0 20 2E 81 17 2C
Octal 125 211 135 46 0 40 56 201 27 54
Binary 1010101 10001001 1011101 100110 0 100000 101110 10000001 10111 101100

Color Harmonies of #55895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55895D

Black with #55895D

Text Example


Text Example

White with #55895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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