#53775C

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

Shades of Como #53775C

Tints of Como #53775C

Color information

#53775C (or 0x53775C) is unknown color: approx Como. HEX triplet: 53, 77 and 5C. RGB value is (83,119,92). Sum of RGB (Red+Green+Blue) = 83+119+92=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #53775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53775C is #AC88A3. Grayscale: #696969. Windows color (decimal): -11307172 or 6059859. OLE color: 6059859.

HSL color Cylindrical-coordinate representation of color #53775C: hue angle of 135º 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 #53775C is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB8311992-
CMYK0.3000.230.53
HSL135º17.82%39.61%-
HSV(B)135º30.25%46.67%-
XYZ12.115.8112.54-
YUV105.16120.57112.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.23%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=28.23%
G=40.48%
B=31.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119920.3000.230.5313517.8239.61
Hex53775C1E01735871228
Octal12316713436027652072250
Binary101001111101111011100111100101111101011000011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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