#537163

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

Shades of Como #537163

Tints of Como #537163

Color information

#537163 (or 0x537163) is unknown color: approx Como. HEX triplet: 53, 71 and 63. RGB value is (83,113,99). Sum of RGB (Red+Green+Blue) = 83+113+99=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #537163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537163 is #AC8E9C. Grayscale: #666666. Windows color (decimal): -11308701 or 6517075. OLE color: 6517075.

HSL color Cylindrical-coordinate representation of color #537163: hue angle of 152º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537163 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB8311399-
CMYK0.2700.120.56
HSL152º15.31%38.43%-
HSV(B)152º26.55%44.31%-
XYZ11.7214.5513.99-
YUV102.43126.06114.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.14%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=28.14%
G=38.31%
B=33.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113990.2700.120.5615215.3138.43
Hex5371631B0C3898f26
Octal12316114333014702301746
Binary1010011111000111000111101101100111000100110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537163; }

 p { color: rgb(83,113,99); }

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

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

 a { background-color: rgb(83,113,99); }

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

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

 span { border-color: rgb(83,113,99); }

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