Html Css Color HEX #55875D Como

📋 copy color: '#55875D'

red 85 ◦ green 135 ◦ blue 93

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

Shades of Como #55875D

Tints of Como #55875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.13%

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

R = 27.16%
G = 43.13%
B = 29.71%

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

#55875D (or 0x55875D) is known color: Como. HEX triplet: 55, 87 and 5D. RGB value is (85,135,93). Sum of RGB (Red+Green+Blue) = 85+135+93=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #55875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875D is #AA78A2. Grayscale: #737373. Windows color (decimal): -11172003 or 6129493. OLE color: 6129493.

HSL color Cylindrical-coordinate representation of color #55875D: hue angle of 129.6º degrees, saturation: 0.23, 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 #55875D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 135 93 -
CMYK 0.37 0 0.31 0.47
HSL 129.6º 0.23% 0.43% -
HSV(B) 129.6º 0.37% 0.53% -
XYZ 14.39 20.05 13.47 -
YUV 115.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 85 135 93 0.37 0 0.31 0.47 129.6 0.23 0.43
Hex 55 87 5D 25 0 1F 2F 82 17 2B
Octal 125 207 135 45 0 37 57 202 27 53
Binary 1010101 10000111 1011101 100101 0 11111 101111 10000010 10111 101011

Color Harmonies of #55875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55875D

Black with #55875D

Text Example


Text Example

White with #55875D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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