Html Css Color HEX #53765C Como

📋 copy color: '#53765C'

red 83 ◦ green 118 ◦ blue 92

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

Shades of Como #53765C

Tints of Como #53765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 28.33%
G = 40.27%
B = 31.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#53765C (or 0x53765C) is known color: Como. HEX triplet: 53, 76 and 5C. RGB value is (83,118,92). Sum of RGB (Red+Green+Blue) = 83+118+92=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #53765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53765C is #AC89A3. Grayscale: #686868. Windows color (decimal): -11307428 or 6059603. OLE color: 6059603.

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

Color convert

RGB 83 118 92 -
CMYK 0.30 0 0.22 0.54
HSL 135.43º 0.17% 0.39% -
HSV(B) 135.43º 0.3% 0.46% -
XYZ 11.98 15.57 12.5 -
YUV 104.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 83 118 92 0.30 0 0.22 0.54 135.43 0.17 0.39
Hex 53 76 5C 1E 0 16 36 87 11 27
Octal 123 166 134 36 0 26 66 207 21 47
Binary 1010011 1110110 1011100 11110 0 10110 110110 10000111 10001 100111

Color Harmonies of #53765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53765C

Black with #53765C

Text Example


Text Example

White with #53765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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