Html Css Color HEX #55885D Como

📋 copy color: '#55885D'

red 85 ◦ green 136 ◦ blue 93

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

Shades of Como #55885D

Tints of Como #55885D

RGB

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

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

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

R = 27.07%
G = 43.31%
B = 29.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#55885D (or 0x55885D) is known color: Como. HEX triplet: 55, 88 and 5D. RGB value is (85,136,93). Sum of RGB (Red+Green+Blue) = 85+136+93=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #55885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885D is #AA77A2. Grayscale: #737373. Windows color (decimal): -11171747 or 6129749. OLE color: 6129749.

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

Color convert

RGB 85 136 93 -
CMYK 0.38 0 0.32 0.47
HSL 129.41º 0.23% 0.43% -
HSV(B) 129.41º 0.38% 0.53% -
XYZ 14.53 20.33 13.51 -
YUV 115.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 85 136 93 0.38 0 0.32 0.47 129.41 0.23 0.43
Hex 55 88 5D 26 0 20 2F 81 17 2B
Octal 125 210 135 46 0 40 57 201 27 53
Binary 1010101 10001000 1011101 100110 0 100000 101111 10000001 10111 101011

Color Harmonies of #55885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55885D

Black with #55885D

Text Example


Text Example

White with #55885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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