#537862

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

Shades of Como #537862

Tints of Como #537862

Color information

#537862 (or 0x537862) is unknown color: approx Como. HEX triplet: 53, 78 and 62. RGB value is (83,120,98). Sum of RGB (Red+Green+Blue) = 83+120+98=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #537862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537862 is #AC879D. Grayscale: #6A6A6A. Windows color (decimal): -11306910 or 6453331. OLE color: 6453331.

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

Color convert

RGB8312098-
CMYK0.3100.180.53
HSL144.32º18.23%39.8%-
HSV(B)144.32º30.83%47.06%-
XYZ12.4916.1514.02-
YUV106.43123.24111.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.57%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=27.57%
G=39.87%
B=32.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83120980.3100.180.53144.3218.2339.8
Hex5378621F01235901228
Octal12317014237022652202250
Binary101001111110001100010111110100101101011001000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537862; }

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

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

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

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

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

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

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

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