#537C67

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

Shades of Como #537C67

Tints of Como #537C67

Color information

#537C67 (or 0x537C67) is unknown color: approx Como. HEX triplet: 53, 7C and 67. RGB value is (83,124,103). Sum of RGB (Red+Green+Blue) = 83+124+103=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #537C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C67 is #AC8398. Grayscale: #6D6D6D. Windows color (decimal): -11305881 or 6782035. OLE color: 6782035.

HSL color Cylindrical-coordinate representation of color #537C67: hue angle of 149.27º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537C67 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB83124103-
CMYK0.3300.170.51
HSL149.27º19.81%40.59%-
HSV(B)149.27º33.06%48.63%-
XYZ13.2217.2315.46-
YUV109.35124.42109.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=26.77%
G=40%
B=33.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241030.3300.170.51149.2719.8140.59
Hex537C672101133951429
Octal12317414741021632252451
Binary1010011111110011001111000010100011100111001010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,103); }

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

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

 a { background-color: rgb(83,124,103); }

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

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

 span { border-color: rgb(83,124,103); }

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