#537561

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

Shades of Como #537561

Tints of Como #537561

Color information

#537561 (or 0x537561) is unknown color: approx Como. HEX triplet: 53, 75 and 61. RGB value is (83,117,97). Sum of RGB (Red+Green+Blue) = 83+117+97=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #537561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537561 is #AC8A9E. Grayscale: #686868. Windows color (decimal): -11307679 or 6387027. OLE color: 6387027.

HSL color Cylindrical-coordinate representation of color #537561: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537561 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB8311797-
CMYK0.2900.170.54
HSL144.71º17%39.22%-
HSV(B)144.71º29.06%45.88%-
XYZ12.0915.4213.65-
YUV104.55123.74112.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.95%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=27.95%
G=39.39%
B=32.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83117970.2900.170.54144.711739.22
Hex5375611D01136911127
Octal12316514135021662212147
Binary101001111101011100001111010100011101101001000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537561; }

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

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

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

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

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

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

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

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