Html Css Color HEX #53765B Como

📋 copy color: '#53765B'

red 83 ◦ green 118 ◦ blue 91

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

Shades of Como #53765B

Tints of Como #53765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 28.42%
G = 40.41%
B = 31.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#53765B (or 0x53765B) is known color: Como. HEX triplet: 53, 76 and 5B. RGB value is (83,118,91). Sum of RGB (Red+Green+Blue) = 83+118+91=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #53765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765B is #AC89A4. Grayscale: #686868. Windows color (decimal): -11307429 or 5994067. OLE color: 5994067.

HSL color Cylindrical-coordinate representation of color #53765B: hue angle of 133.71º 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 #53765B is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 91 -
CMYK 0.30 0 0.23 0.54
HSL 133.71º 0.17% 0.39% -
HSV(B) 133.71º 0.3% 0.46% -
XYZ 11.93 15.55 12.27 -
YUV 104.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 83 118 91 0.30 0 0.23 0.54 133.71 0.17 0.39
Hex 53 76 5B 1E 0 17 36 86 11 27
Octal 123 166 133 36 0 27 66 206 21 47
Binary 1010011 1110110 1011011 11110 0 10111 110110 10000110 10001 100111

Color Harmonies of #53765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53765B

Black with #53765B

Text Example


Text Example

White with #53765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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