#53855C

Color #53855C Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #53855C

Tints of Como #53855C

Color information

#53855C (or 0x53855C) is unknown color: approx Como. HEX triplet: 53, 85 and 5C. RGB value is (83,133,92). Sum of RGB (Red+Green+Blue) = 83+133+92=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #53855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53855C is #AC7AA3. Grayscale: #717171. Windows color (decimal): -11303588 or 6063443. OLE color: 6063443.

HSL color Cylindrical-coordinate representation of color #53855C: hue angle of 130.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53855C is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB8313392-
CMYK0.3800.310.48
HSL130.8º23.15%42.35%-
HSV(B)130.8º37.59%52.16%-
XYZ13.8919.3913.14-
YUV113.38115.94106.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=26.95%
G=43.18%
B=29.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133920.3800.310.48130.823.1542.35
Hex53855C2601F3083172a
Octal12320513446037602032752
Binary10100111000010110111001001100111111100001000001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53855C; }

 p { color: rgb(83,133,92); }

 H1.HeaderClassName
 {
   color: #53855C;
 }
 .AnyTagClassName
 {
   color: #53855C;
 }
</style>
background-color css

<style>
 a { background-color: #53855C; }

 a { background-color: rgb(83,133,92); }

 div.DivClassName
 {
   background-color: #53855C;
 }
 .BgClassName
 {
   background-color: #53855C;
 }
</style>
border-color css

<style>
 span { border-color: #53855C; }

 span { border-color: rgb(83,133,92); }

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