Html Css Color HEX #5B504E Congo Brown

📋 copy color: '#5B504E'

red 91 ◦ green 80 ◦ blue 78

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

Shades of Congo Brown #5B504E

Tints of Congo Brown #5B504E

RGB

 RED value IS 91 (35.94% from 255) = 36.55%

 GREEN value IS 80 (31.64% from 255) = 32.13%

 BLUE value IS 78 (30.86% from 255) = 31.33%

R = 36.55%
G = 32.13%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#5B504E (or 0x5B504E) is known color: Congo Brown. HEX triplet: 5B, 50 and 4E. RGB value is (91,80,78). Sum of RGB (Red+Green+Blue) = 91+80+78=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B504E is #A4AFB1. Grayscale: #535353. Windows color (decimal): -10792882 or 5132379. OLE color: 5132379.

HSL color Cylindrical-coordinate representation of color #5B504E: hue angle of 9.23º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B504E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 80 78 -
CMYK 0 0.12 0.14 0.64
HSL 9.23º 0.08% 0.33% -
HSV(B) 9.23º 0.14% 0.36% -
XYZ 8.56 8.51 8.4 -
YUV 83.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 91 80 78 0 0.12 0.14 0.64 9.23 0.08 0.33
Hex 5B 50 4E 0 C E 40 9 8 21
Octal 133 120 116 0 14 16 100 11 10 41
Binary 1011011 1010000 1001110 0 1100 1110 1000000 1001 1000 100001

Color Harmonies of #5B504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B504E

Black with #5B504E

Text Example


Text Example

White with #5B504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B504E; }

 p { color: rgb(91,80,78); }

 H1.HeaderClassName
 {
   color: #5B504E;
 }
 .AnyTagClassName
 {
   color: #5B504E;
 }
</style>

background-color css

<style>
 a { background-color: #5B504E; }

 a { background-color: rgb(91,80,78); }

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

border-color css

<style>
 span { border-color: #5B504E; }

 span { border-color: rgb(91,80,78); }

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