#537B67

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

Shades of Como #537B67

Tints of Como #537B67

Color information

#537B67 (or 0x537B67) is unknown color: approx Como. HEX triplet: 53, 7B and 67. RGB value is (83,123,103). Sum of RGB (Red+Green+Blue) = 83+123+103=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #537B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B67 is #AC8498. Grayscale: #6C6C6C. Windows color (decimal): -11306137 or 6781779. OLE color: 6781779.

HSL color Cylindrical-coordinate representation of color #537B67: hue angle of 150º 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 #537B67 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB83123103-
CMYK0.3300.160.52
HSL150º19.42%40.39%-
HSV(B)150º32.52%48.24%-
XYZ13.116.9815.42-
YUV108.76124.75109.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.86%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=26.86%
G=39.81%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831231030.3300.160.5215019.4240.39
Hex537B672101034961328
Octal12317314741020642262350
Binary1010011111101111001111000010100001101001001011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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