Html Css Color HEX #53765E Como

📋 copy color: '#53765E'

red 83 ◦ green 118 ◦ blue 94

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

Shades of Como #53765E

Tints of Como #53765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 28.14%
G = 40%
B = 31.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#53765E (or 0x53765E) is known color: Como. HEX triplet: 53, 76 and 5E. RGB value is (83,118,94). Sum of RGB (Red+Green+Blue) = 83+118+94=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #53765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765E is #AC89A1. Grayscale: #686868. Windows color (decimal): -11307426 or 6190675. OLE color: 6190675.

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

Color convert

RGB 83 118 94 -
CMYK 0.30 0 0.20 0.54
HSL 138.86º 0.17% 0.39% -
HSV(B) 138.86º 0.3% 0.46% -
XYZ 12.07 15.6 12.97 -
YUV 104.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 83 118 94 0.30 0 0.20 0.54 138.86 0.17 0.39
Hex 53 76 5E 1E 0 14 36 8B 11 27
Octal 123 166 136 36 0 24 66 213 21 47
Binary 1010011 1110110 1011110 11110 0 10100 110110 10001011 10001 100111

Color Harmonies of #53765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53765E

Black with #53765E

Text Example


Text Example

White with #53765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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