Html Css Color HEX #5B3453 Purple Taupe

📋 copy color: '#5B3453'

red 91 ◦ green 52 ◦ blue 83

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

Shades of Purple Taupe #5B3453

Tints of Purple Taupe #5B3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 40.27%
G = 23.01%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#5B3453 (or 0x5B3453) is known color: Purple Taupe. HEX triplet: 5B, 34 and 53. RGB value is (91,52,83). Sum of RGB (Red+Green+Blue) = 91+52+83=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3453 is #A4CBAC. Grayscale: #434343. Windows color (decimal): -10800045 or 5452891. OLE color: 5452891.

HSL color Cylindrical-coordinate representation of color #5B3453: hue angle of 312.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B3453 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 52 83 -
CMYK 0 0.43 0.09 0.64
HSL 312.31º 0.27% 0.28% -
HSV(B) 312.31º 0.43% 0.36% -
XYZ 7.1 5.3 8.83 -
YUV 67.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 91 52 83 0 0.43 0.09 0.64 312.31 0.27 0.28
Hex 5B 34 53 0 2B 9 40 138 1B 1C
Octal 133 64 123 0 53 11 100 470 33 34
Binary 1011011 110100 1010011 0 101011 1001 1000000 100111000 11011 11100

Color Harmonies of #5B3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3453

Black with #5B3453

Text Example


Text Example

White with #5B3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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