#53805C

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

Shades of Como #53805C

Tints of Como #53805C

Color information

#53805C (or 0x53805C) is unknown color: approx Como. HEX triplet: 53, 80 and 5C. RGB value is (83,128,92). Sum of RGB (Red+Green+Blue) = 83+128+92=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #53805C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53805C is #AC7FA3. Grayscale: #6E6E6E. Windows color (decimal): -11304868 or 6062163. OLE color: 6062163.

HSL color Cylindrical-coordinate representation of color #53805C: hue angle of 132º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53805C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB8312892-
CMYK0.3500.280.50
HSL132º21.33%41.37%-
HSV(B)132º35.16%50.2%-
XYZ13.2218.0512.91-
YUV110.44117.59108.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=27.39%
G=42.24%
B=30.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83128920.3500.280.5013221.3341.37
Hex53805C2301C32841529
Octal12320013443034622042551
Binary10100111000000010111001000110111001100101000010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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