#537B62

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

Shades of Como #537B62

Tints of Como #537B62

Color information

#537B62 (or 0x537B62) is unknown color: approx Como. HEX triplet: 53, 7B and 62. RGB value is (83,123,98). Sum of RGB (Red+Green+Blue) = 83+123+98=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #537B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B62 is #AC849D. Grayscale: #6C6C6C. Windows color (decimal): -11306142 or 6454099. OLE color: 6454099.

HSL color Cylindrical-coordinate representation of color #537B62: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B62 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB8312398-
CMYK0.3300.200.52
HSL142.5º19.42%40.39%-
HSV(B)142.5º32.52%48.24%-
XYZ12.8516.8914.14-
YUV108.19122.25110.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=27.30%
G=40.46%
B=32.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123980.3300.200.52142.519.4240.39
Hex537B6221014348e1328
Octal12317314241024642162350
Binary1010011111101111000101000010101001101001000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537B62; }

 p { color: rgb(83,123,98); }

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

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

 a { background-color: rgb(83,123,98); }

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

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

 span { border-color: rgb(83,123,98); }

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