Html Css Color HEX #53775E Como

📋 copy color: '#53775E'

red 83 ◦ green 119 ◦ blue 94

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

Shades of Como #53775E

Tints of Como #53775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 28.04%
G = 40.2%
B = 31.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#53775E (or 0x53775E) is known color: Como. HEX triplet: 53, 77 and 5E. RGB value is (83,119,94). Sum of RGB (Red+Green+Blue) = 83+119+94=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #53775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53775E is #AC88A1. Grayscale: #696969. Windows color (decimal): -11307170 or 6190931. OLE color: 6190931.

HSL color Cylindrical-coordinate representation of color #53775E: hue angle of 138.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #53775E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 94 -
CMYK 0.30 0 0.21 0.53
HSL 138.33º 0.18% 0.4% -
HSV(B) 138.33º 0.3% 0.47% -
XYZ 12.18 15.84 13.01 -
YUV 105.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 83 119 94 0.30 0 0.21 0.53 138.33 0.18 0.4
Hex 53 77 5E 1E 0 15 35 8A 12 28
Octal 123 167 136 36 0 25 65 212 22 50
Binary 1010011 1110111 1011110 11110 0 10101 110101 10001010 10010 101000

Color Harmonies of #53775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53775E

Black with #53775E

Text Example


Text Example

White with #53775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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