#537665

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

Shades of Como #537665

Tints of Como #537665

Color information

#537665 (or 0x537665) is unknown color: approx Como. HEX triplet: 53, 76 and 65. RGB value is (83,118,101). Sum of RGB (Red+Green+Blue) = 83+118+101=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #537665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537665 is #AC899A. Grayscale: #696969. Windows color (decimal): -11307419 or 6649427. OLE color: 6649427.

HSL color Cylindrical-coordinate representation of color #537665: hue angle of 150.86º 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 #537665 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB83118101-
CMYK0.3000.140.54
HSL150.86º17.41%39.41%-
HSV(B)150.86º29.66%46.27%-
XYZ12.3915.7414.7-
YUV105.6125.4111.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=27.48%
G=39.07%
B=33.44%

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
Decimal831181010.3000.140.54150.8617.4139.41
Hex5376651E0E36971127
Octal12316614536016662272147
Binary10100111110110110010111110011101101101001011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537665; }

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

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

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

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

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

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

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

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