Html Css Color HEX #53765D Como

📋 copy color: '#53765D'

red 83 ◦ green 118 ◦ blue 93

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

Shades of Como #53765D

Tints of Como #53765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 28.23%
G = 40.14%
B = 31.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#53765D (or 0x53765D) is known color: Como. HEX triplet: 53, 76 and 5D. RGB value is (83,118,93). Sum of RGB (Red+Green+Blue) = 83+118+93=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #53765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765D is #AC89A2. Grayscale: #686868. Windows color (decimal): -11307427 or 6125139. OLE color: 6125139.

HSL color Cylindrical-coordinate representation of color #53765D: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53765D is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 93 -
CMYK 0.30 0 0.21 0.54
HSL 137.14º 0.17% 0.39% -
HSV(B) 137.14º 0.3% 0.46% -
XYZ 12.02 15.59 12.73 -
YUV 104.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 83 118 93 0.30 0 0.21 0.54 137.14 0.17 0.39
Hex 53 76 5D 1E 0 15 36 89 11 27
Octal 123 166 135 36 0 25 66 211 21 47
Binary 1010011 1110110 1011101 11110 0 10101 110110 10001001 10001 100111

Color Harmonies of #53765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53765D

Black with #53765D

Text Example


Text Example

White with #53765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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