Html Css Color HEX #5B454D Tawny Port

📋 copy color: '#5B454D'

red 91 ◦ green 69 ◦ blue 77

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

Shades of Tawny Port #5B454D

Tints of Tawny Port #5B454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 38.4%
G = 29.11%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B454D (or 0x5B454D) is known color: Tawny Port. HEX triplet: 5B, 45 and 4D. RGB value is (91,69,77). Sum of RGB (Red+Green+Blue) = 91+69+77=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 91 - color contains mainly: red. Hex color #5B454D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B454D is #A4BAB2. Grayscale: #4C4C4C. Windows color (decimal): -10795699 or 5064027. OLE color: 5064027.

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

Color convert

RGB 91 69 77 -
CMYK 0 0.24 0.15 0.64
HSL 338.18º 0.14% 0.31% -
HSV(B) 338.18º 0.24% 0.36% -
XYZ 7.78 7.02 7.97 -
YUV 76.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 91 69 77 0 0.24 0.15 0.64 338.18 0.14 0.31
Hex 5B 45 4D 0 18 F 40 152 E 1F
Octal 133 105 115 0 30 17 100 522 16 37
Binary 1011011 1000101 1001101 0 11000 1111 1000000 101010010 1110 11111

Color Harmonies of #5B454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B454D

Black with #5B454D

Text Example


Text Example

White with #5B454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,69,77); }

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

background-color css

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

 a { background-color: rgb(91,69,77); }

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

border-color css

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

 span { border-color: rgb(91,69,77); }

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