Html Css Color HEX #55885E Como

📋 copy color: '#55885E'

red 85 ◦ green 136 ◦ blue 94

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

Shades of Como #55885E

Tints of Como #55885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 26.98%
G = 43.17%
B = 29.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#55885E (or 0x55885E) is known color: Como. HEX triplet: 55, 88 and 5E. RGB value is (85,136,94). Sum of RGB (Red+Green+Blue) = 85+136+94=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #55885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885E is #AA77A1. Grayscale: #747474. Windows color (decimal): -11171746 or 6195285. OLE color: 6195285.

HSL color Cylindrical-coordinate representation of color #55885E: hue angle of 130.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55885E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 136 94 -
CMYK 0.38 0 0.31 0.47
HSL 130.59º 0.23% 0.43% -
HSV(B) 130.59º 0.38% 0.53% -
XYZ 14.57 20.35 13.75 -
YUV 115.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 85 136 94 0.38 0 0.31 0.47 130.59 0.23 0.43
Hex 55 88 5E 26 0 1F 2F 83 17 2B
Octal 125 210 136 46 0 37 57 203 27 53
Binary 1010101 10001000 1011110 100110 0 11111 101111 10000011 10111 101011

Color Harmonies of #55885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55885E

Black with #55885E

Text Example


Text Example

White with #55885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55885E; }

 p { color: rgb(85,136,94); }

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

background-color css

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

 a { background-color: rgb(85,136,94); }

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

border-color css

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

 span { border-color: rgb(85,136,94); }

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