#53855F

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

Shades of Como #53855F

Tints of Como #53855F

Color information

#53855F (or 0x53855F) is unknown color: approx Como. HEX triplet: 53, 85 and 5F. RGB value is (83,133,95). Sum of RGB (Red+Green+Blue) = 83+133+95=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #53855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53855F is #AC7AA0. Grayscale: #717171. Windows color (decimal): -11303585 or 6260051. OLE color: 6260051.

HSL color Cylindrical-coordinate representation of color #53855F: hue angle of 134.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53855F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8313395-
CMYK0.3800.290.48
HSL134.4º23.15%42.35%-
HSV(B)134.4º37.59%52.16%-
XYZ14.0219.4413.84-
YUV113.72117.44106.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=26.69%
G=42.77%
B=30.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83133950.3800.290.48134.423.1542.35
Hex53855F2601D3086172a
Octal12320513746035602062752
Binary10100111000010110111111001100111011100001000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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