Html Css Color HEX #55865D Como

📋 copy color: '#55865D'

red 85 ◦ green 134 ◦ blue 93

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

Shades of Como #55865D

Tints of Como #55865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 27.24%
G = 42.95%
B = 29.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#55865D (or 0x55865D) is known color: Como. HEX triplet: 55, 86 and 5D. RGB value is (85,134,93). Sum of RGB (Red+Green+Blue) = 85+134+93=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #55865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55865D is #AA79A2. Grayscale: #727272. Windows color (decimal): -11172259 or 6129237. OLE color: 6129237.

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

Color convert

RGB 85 134 93 -
CMYK 0.37 0 0.31 0.47
HSL 129.8º 0.22% 0.43% -
HSV(B) 129.8º 0.37% 0.53% -
XYZ 14.25 19.77 13.42 -
YUV 114.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 85 134 93 0.37 0 0.31 0.47 129.8 0.22 0.43
Hex 55 86 5D 25 0 1F 2F 82 16 2B
Octal 125 206 135 45 0 37 57 202 26 53
Binary 1010101 10000110 1011101 100101 0 11111 101111 10000010 10110 101011

Color Harmonies of #55865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55865D

Black with #55865D

Text Example


Text Example

White with #55865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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