Html Css Color HEX #55835F Como

📋 copy color: '#55835F'

red 85 ◦ green 131 ◦ blue 95

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

Shades of Como #55835F

Tints of Como #55835F

RGB

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

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

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

R = 27.33%
G = 42.12%
B = 30.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#55835F (or 0x55835F) is known color: Como. HEX triplet: 55, 83 and 5F. RGB value is (85,131,95). Sum of RGB (Red+Green+Blue) = 85+131+95=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #55835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55835F is #AA7CA0. Grayscale: #717171. Windows color (decimal): -11173025 or 6259541. OLE color: 6259541.

HSL color Cylindrical-coordinate representation of color #55835F: hue angle of 133.04º 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 #55835F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 131 95 -
CMYK 0.35 0 0.27 0.49
HSL 133.04º 0.21% 0.42% -
HSV(B) 133.04º 0.35% 0.51% -
XYZ 13.93 18.99 13.76 -
YUV 113.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 85 131 95 0.35 0 0.27 0.49 133.04 0.21 0.42
Hex 55 83 5F 23 0 1B 31 85 15 2A
Octal 125 203 137 43 0 33 61 205 25 52
Binary 1010101 10000011 1011111 100011 0 11011 110001 10000101 10101 101010

Color Harmonies of #55835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55835F

Black with #55835F

Text Example


Text Example

White with #55835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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