Html Css Color HEX #53785D Como

📋 copy color: '#53785D'

red 83 ◦ green 120 ◦ blue 93

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

Shades of Como #53785D

Tints of Como #53785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.54%

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

R = 28.04%
G = 40.54%
B = 31.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#53785D (or 0x53785D) is known color: Como. HEX triplet: 53, 78 and 5D. RGB value is (83,120,93). Sum of RGB (Red+Green+Blue) = 83+120+93=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #53785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53785D is #AC87A2. Grayscale: #696969. Windows color (decimal): -11306915 or 6125651. OLE color: 6125651.

HSL color Cylindrical-coordinate representation of color #53785D: hue angle of 136.22º degrees, saturation: 0.18, 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 #53785D is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 93 -
CMYK 0.31 0 0.22 0.53
HSL 136.22º 0.18% 0.4% -
HSV(B) 136.22º 0.31% 0.47% -
XYZ 12.26 16.06 12.81 -
YUV 105.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 83 120 93 0.31 0 0.22 0.53 136.22 0.18 0.4
Hex 53 78 5D 1F 0 16 35 88 12 28
Octal 123 170 135 37 0 26 65 210 22 50
Binary 1010011 1111000 1011101 11111 0 10110 110101 10001000 10010 101000

Color Harmonies of #53785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53785D

Black with #53785D

Text Example


Text Example

White with #53785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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