Html Css Color HEX #53755A Como

📋 copy color: '#53755A'

red 83 ◦ green 117 ◦ blue 90

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

Shades of Como #53755A

Tints of Como #53755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.34%

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 28.62%
G = 40.34%
B = 31.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#53755A (or 0x53755A) is known color: Como. HEX triplet: 53, 75 and 5A. RGB value is (83,117,90). Sum of RGB (Red+Green+Blue) = 83+117+90=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #53755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53755A is #AC8AA5. Grayscale: #676767. Windows color (decimal): -11307686 or 5928275. OLE color: 5928275.

HSL color Cylindrical-coordinate representation of color #53755A: hue angle of 132.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53755A is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 90 -
CMYK 0.29 0 0.23 0.54
HSL 132.35º 0.17% 0.39% -
HSV(B) 132.35º 0.29% 0.46% -
XYZ 11.77 15.3 12.01 -
YUV 103.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 83 117 90 0.29 0 0.23 0.54 132.35 0.17 0.39
Hex 53 75 5A 1D 0 17 36 84 11 27
Octal 123 165 132 35 0 27 66 204 21 47
Binary 1010011 1110101 1011010 11101 0 10111 110110 10000100 10001 100111

Color Harmonies of #53755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53755A

Black with #53755A

Text Example


Text Example

White with #53755A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53755A; }

 p { color: rgb(83,117,90); }

 H1.HeaderClassName
 {
   color: #53755A;
 }
 .AnyTagClassName
 {
   color: #53755A;
 }
</style>

background-color css

<style>
 a { background-color: #53755A; }

 a { background-color: rgb(83,117,90); }

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

border-color css

<style>
 span { border-color: #53755A; }

 span { border-color: rgb(83,117,90); }

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