#53775E

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

Shades of Como #53775E

Tints of Como #53775E

Color information

#53775E (or 0x53775E) is unknown color: approx Como. HEX triplet: 53, 77 and 5E. RGB value is (83,119,94). Sum of RGB (Red+Green+Blue) = 83+119+94=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #53775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53775E is #AC88A1. Grayscale: #696969. Windows color (decimal): -11307170 or 6190931. OLE color: 6190931.

HSL color Cylindrical-coordinate representation of color #53775E: hue angle of 138.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53775E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB8311994-
CMYK0.3000.210.53
HSL138.33º17.82%39.61%-
HSV(B)138.33º30.25%46.67%-
XYZ12.1815.8413.01-
YUV105.39121.57112.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=28.04%
G=40.20%
B=31.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119940.3000.210.53138.3317.8239.61
Hex53775E1E015358a1228
Octal12316713636025652122250
Binary101001111101111011110111100101011101011000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53775E; }

 p { color: rgb(83,119,94); }

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

<style>
 a { background-color: #53775E; }

 a { background-color: rgb(83,119,94); }

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

<style>
 span { border-color: #53775E; }

 span { border-color: rgb(83,119,94); }

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