Html Css Color HEX #55885F Como

📋 copy color: '#55885F'

red 85 ◦ green 136 ◦ blue 95

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

Shades of Como #55885F

Tints of Como #55885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.06%

R = 26.9%
G = 43.04%
B = 30.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#55885F (or 0x55885F) is known color: Como. HEX triplet: 55, 88 and 5F. RGB value is (85,136,95). Sum of RGB (Red+Green+Blue) = 85+136+95=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #55885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885F is #AA77A0. Grayscale: #747474. Windows color (decimal): -11171745 or 6260821. OLE color: 6260821.

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

Color convert

RGB 85 136 95 -
CMYK 0.38 0 0.30 0.47
HSL 131.76º 0.23% 0.43% -
HSV(B) 131.76º 0.38% 0.53% -
XYZ 14.62 20.37 13.99 -
YUV 116.08 116.1 105.83 -
System Red Green Blue C M Y K H S L
Decimal 85 136 95 0.38 0 0.30 0.47 131.76 0.23 0.43
Hex 55 88 5F 26 0 1E 2F 84 17 2B
Octal 125 210 137 46 0 36 57 204 27 53
Binary 1010101 10001000 1011111 100110 0 11110 101111 10000100 10111 101011

Color Harmonies of #55885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55885F

Black with #55885F

Text Example


Text Example

White with #55885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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