#537765

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

Shades of Como #537765

Tints of Como #537765

Color information

#537765 (or 0x537765) is unknown color: approx Como. HEX triplet: 53, 77 and 65. RGB value is (83,119,101). Sum of RGB (Red+Green+Blue) = 83+119+101=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #537765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537765 is #AC889A. Grayscale: #6A6A6A. Windows color (decimal): -11307163 or 6649683. OLE color: 6649683.

HSL color Cylindrical-coordinate representation of color #537765: hue angle of 150º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537765 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB83119101-
CMYK0.3000.150.53
HSL150º17.82%39.61%-
HSV(B)150º30.25%46.67%-
XYZ12.5115.9714.74-
YUV106.18125.07111.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=27.39%
G=39.27%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191010.3000.150.5315017.8239.61
Hex5377651E0F35961228
Octal12316714536017652262250
Binary10100111110111110010111110011111101011001011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537765; }

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

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

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

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

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

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

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

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