#537666

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

Shades of Como #537666

Tints of Como #537666

Color information

#537666 (or 0x537666) is unknown color: approx Como. HEX triplet: 53, 76 and 66. RGB value is (83,118,102). Sum of RGB (Red+Green+Blue) = 83+118+102=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #537666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537666 is #AC8999. Grayscale: #696969. Windows color (decimal): -11307418 or 6714963. OLE color: 6714963.

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

Color convert

RGB83118102-
CMYK0.3000.140.54
HSL152.57º17.41%39.41%-
HSV(B)152.57º29.66%46.27%-
XYZ12.4415.7614.96-
YUV105.71125.9111.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=27.39%
G=38.94%
B=33.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831181020.3000.140.54152.5717.4139.41
Hex5376661E0E36991127
Octal12316614636016662312147
Binary10100111110110110011011110011101101101001100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537666; }

 p { color: rgb(83,118,102); }

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

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

 a { background-color: rgb(83,118,102); }

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

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

 span { border-color: rgb(83,118,102); }

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