#537762

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

Shades of Como #537762

Tints of Como #537762

Color information

#537762 (or 0x537762) is unknown color: approx Como. HEX triplet: 53, 77 and 62. RGB value is (83,119,98). Sum of RGB (Red+Green+Blue) = 83+119+98=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #537762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537762 is #AC889D. Grayscale: #696969. Windows color (decimal): -11307166 or 6453075. OLE color: 6453075.

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

Color convert

RGB8311998-
CMYK0.3000.180.53
HSL145º17.82%39.61%-
HSV(B)145º30.25%46.67%-
XYZ12.3715.9113.98-
YUV105.84123.57111.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=27.67%
G=39.67%
B=32.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83119980.3000.180.5314517.8239.61
Hex5377621E01235911228
Octal12316714236022652212250
Binary101001111101111100010111100100101101011001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537762; }

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

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

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

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

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

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

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

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