#53885D

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

Shades of Como #53885D

Tints of Como #53885D

Color information

#53885D (or 0x53885D) is unknown color: approx Como. HEX triplet: 53, 88 and 5D. RGB value is (83,136,93). Sum of RGB (Red+Green+Blue) = 83+136+93=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #53885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885D is #AC77A2. Grayscale: #737373. Windows color (decimal): -11302819 or 6129747. OLE color: 6129747.

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

Color convert

RGB8313693-
CMYK0.3900.320.47
HSL131.32º24.2%42.94%-
HSV(B)131.32º38.97%53.33%-
XYZ14.3520.2413.51-
YUV115.25115.44105-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=26.60%
G=43.59%
B=29.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83136930.3900.320.47131.3224.242.94
Hex53885D270202F83182b
Octal12321013547040572033053
Binary101001110001000101110110011101000001011111000001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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