#537761

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

Shades of Como #537761

Tints of Como #537761

Color information

#537761 (or 0x537761) is unknown color: approx Como. HEX triplet: 53, 77 and 61. RGB value is (83,119,97). Sum of RGB (Red+Green+Blue) = 83+119+97=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #537761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537761 is #AC889E. Grayscale: #696969. Windows color (decimal): -11307167 or 6387539. OLE color: 6387539.

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

Color convert

RGB8311997-
CMYK0.3000.180.53
HSL143.33º17.82%39.61%-
HSV(B)143.33º30.25%46.67%-
XYZ12.3215.913.73-
YUV105.73123.07111.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.76%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=27.76%
G=39.80%
B=32.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119970.3000.180.53143.3317.8239.61
Hex5377611E012358f1228
Octal12316714136022652172250
Binary101001111101111100001111100100101101011000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537761; }

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

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

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

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

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

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

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

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