Html Css Color HEX #53795D Como

📋 copy color: '#53795D'

red 83 ◦ green 121 ◦ blue 93

#53795D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #53795D

Tints of Como #53795D

RGB

 RED value IS 83 (32.81% from 255) = 27.95%

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 27.95%
G = 40.74%
B = 31.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#53795D (or 0x53795D) is known color: Como. HEX triplet: 53, 79 and 5D. RGB value is (83,121,93). Sum of RGB (Red+Green+Blue) = 83+121+93=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #53795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53795D is #AC86A2. Grayscale: #6A6A6A. Windows color (decimal): -11306659 or 6125907. OLE color: 6125907.

HSL color Cylindrical-coordinate representation of color #53795D: hue angle of 135.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53795D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 93 -
CMYK 0.31 0 0.23 0.53
HSL 135.79º 0.19% 0.4% -
HSV(B) 135.79º 0.31% 0.47% -
XYZ 12.38 16.3 12.85 -
YUV 106.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 83 121 93 0.31 0 0.23 0.53 135.79 0.19 0.4
Hex 53 79 5D 1F 0 17 35 88 13 28
Octal 123 171 135 37 0 27 65 210 23 50
Binary 1010011 1111001 1011101 11111 0 10111 110101 10001000 10011 101000

Color Harmonies of #53795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53795D

Black with #53795D

Text Example


Text Example

White with #53795D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53795D;
 }
 .AnyTagClassName
 {
   color: #53795D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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