#53865E

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

Shades of Como #53865E

Tints of Como #53865E

Color information

#53865E (or 0x53865E) is unknown color: approx Como. HEX triplet: 53, 86 and 5E. RGB value is (83,134,94). Sum of RGB (Red+Green+Blue) = 83+134+94=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #53865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865E is #AC79A1. Grayscale: #727272. Windows color (decimal): -11303330 or 6194771. OLE color: 6194771.

HSL color Cylindrical-coordinate representation of color #53865E: hue angle of 132.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53865E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8313494-
CMYK0.3800.300.47
HSL132.94º23.5%42.55%-
HSV(B)132.94º38.06%52.55%-
XYZ14.1119.713.65-
YUV114.19116.6105.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=26.69%
G=43.09%
B=30.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134940.3800.300.47132.9423.542.55
Hex53865E2601E2F85182b
Octal12320613646036572053053
Binary10100111000011010111101001100111101011111000010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53865E; }

 p { color: rgb(83,134,94); }

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

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

 a { background-color: rgb(83,134,94); }

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

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

 span { border-color: rgb(83,134,94); }

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