Html Css Color HEX #53755B Como

📋 copy color: '#53755B'

red 83 ◦ green 117 ◦ blue 91

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

Shades of Como #53755B

Tints of Como #53755B

RGB

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

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

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

R = 28.52%
G = 40.21%
B = 31.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#53755B (or 0x53755B) is known color: Como. HEX triplet: 53, 75 and 5B. RGB value is (83,117,91). Sum of RGB (Red+Green+Blue) = 83+117+91=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #53755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53755B is #AC8AA4. Grayscale: #676767. Windows color (decimal): -11307685 or 5993811. OLE color: 5993811.

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

Color convert

RGB 83 117 91 -
CMYK 0.29 0 0.22 0.54
HSL 134.12º 0.17% 0.39% -
HSV(B) 134.12º 0.29% 0.46% -
XYZ 11.82 15.32 12.23 -
YUV 103.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 83 117 91 0.29 0 0.22 0.54 134.12 0.17 0.39
Hex 53 75 5B 1D 0 16 36 86 11 27
Octal 123 165 133 35 0 26 66 206 21 47
Binary 1010011 1110101 1011011 11101 0 10110 110110 10000110 10001 100111

Color Harmonies of #53755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53755B

Black with #53755B

Text Example


Text Example

White with #53755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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