#537866

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

Shades of Como #537866

Tints of Como #537866

Color information

#537866 (or 0x537866) is unknown color: approx Como. HEX triplet: 53, 78 and 66. RGB value is (83,120,102). Sum of RGB (Red+Green+Blue) = 83+120+102=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #537866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537866 is #AC8799. Grayscale: #6A6A6A. Windows color (decimal): -11306906 or 6715475. OLE color: 6715475.

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

Color convert

RGB83120102-
CMYK0.3100.150.53
HSL150.81º18.23%39.8%-
HSV(B)150.81º30.83%47.06%-
XYZ12.6816.2315.03-
YUV106.88125.24110.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=27.21%
G=39.34%
B=33.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201020.3100.150.53150.8118.2339.8
Hex5378661F0F35971228
Octal12317014637017652272250
Binary10100111111000110011011111011111101011001011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537866; }

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

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

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

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

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

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

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

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