Html Css Color HEX #55835D Como

📋 copy color: '#55835D'

red 85 ◦ green 131 ◦ blue 93

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

Shades of Como #55835D

Tints of Como #55835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 27.51%
G = 42.39%
B = 30.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#55835D (or 0x55835D) is known color: Como. HEX triplet: 55, 83 and 5D. RGB value is (85,131,93). Sum of RGB (Red+Green+Blue) = 85+131+93=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #55835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55835D is #AA7CA2. Grayscale: #717171. Windows color (decimal): -11173027 or 6128469. OLE color: 6128469.

HSL color Cylindrical-coordinate representation of color #55835D: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55835D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 93 -
CMYK 0.35 0 0.29 0.49
HSL 130.43º 0.21% 0.42% -
HSV(B) 130.43º 0.35% 0.51% -
XYZ 13.84 18.95 13.29 -
YUV 112.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 85 131 93 0.35 0 0.29 0.49 130.43 0.21 0.42
Hex 55 83 5D 23 0 1D 31 82 15 2A
Octal 125 203 135 43 0 35 61 202 25 52
Binary 1010101 10000011 1011101 100011 0 11101 110001 10000010 10101 101010

Color Harmonies of #55835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55835D

Black with #55835D

Text Example


Text Example

White with #55835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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