#53885C

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

Shades of Como #53885C

Tints of Como #53885C

Color information

#53885C (or 0x53885C) is unknown color: approx Como. HEX triplet: 53, 88 and 5C. RGB value is (83,136,92). Sum of RGB (Red+Green+Blue) = 83+136+92=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #53885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53885C is #AC77A3. Grayscale: #737373. Windows color (decimal): -11302820 or 6064211. OLE color: 6064211.

HSL color Cylindrical-coordinate representation of color #53885C: hue angle of 130.19º 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 #53885C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8313692-
CMYK0.3900.320.47
HSL130.19º24.2%42.94%-
HSV(B)130.19º38.97%53.33%-
XYZ14.320.2213.27-
YUV115.14114.94105.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 136 (53.52% from 255) = 43.73%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=26.69%
G=43.73%
B=29.58%

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
Decimal83136920.3900.320.47130.1924.242.94
Hex53885C270202F82182b
Octal12321013447040572023053
Binary101001110001000101110010011101000001011111000001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53885C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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