#53865F

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

Shades of Como #53865F

Tints of Como #53865F

Color information

#53865F (or 0x53865F) is unknown color: approx Como. HEX triplet: 53, 86 and 5F. RGB value is (83,134,95). Sum of RGB (Red+Green+Blue) = 83+134+95=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #53865F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53865F is #AC79A0. Grayscale: #727272. Windows color (decimal): -11303329 or 6260307. OLE color: 6260307.

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

Color convert

RGB8313495-
CMYK0.3800.290.47
HSL134.12º23.5%42.55%-
HSV(B)134.12º38.06%52.55%-
XYZ14.1619.7213.89-
YUV114.3117.1105.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=26.60%
G=42.95%
B=30.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83134950.3800.290.47134.1223.542.55
Hex53865F2601D2F86182b
Octal12320613746035572063053
Binary10100111000011010111111001100111011011111000011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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