#53865D

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

Shades of Como #53865D

Tints of Como #53865D

Color information

#53865D (or 0x53865D) is unknown color: approx Como. HEX triplet: 53, 86 and 5D. RGB value is (83,134,93). Sum of RGB (Red+Green+Blue) = 83+134+93=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #53865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865D is #AC79A2. Grayscale: #727272. Windows color (decimal): -11303331 or 6129235. OLE color: 6129235.

HSL color Cylindrical-coordinate representation of color #53865D: hue angle of 131.76º 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 #53865D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8313493-
CMYK0.3800.310.47
HSL131.76º23.5%42.55%-
HSV(B)131.76º38.06%52.55%-
XYZ14.0719.6813.41-
YUV114.08116.1105.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 93 (36.72% from 255) = 30%
R=26.77%
G=43.23%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134930.3800.310.47131.7623.542.55
Hex53865D2601F2F84182b
Octal12320613546037572043053
Binary10100111000011010111011001100111111011111000010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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