Html Css Color HEX #5B2E4D Loulou

📋 copy color: '#5B2E4D'

red 91 ◦ green 46 ◦ blue 77

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

Shades of Loulou #5B2E4D

Tints of Loulou #5B2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.5%

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

R = 42.52%
G = 21.5%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B2E4D (or 0x5B2E4D) is known color: Loulou. HEX triplet: 5B, 2E and 4D. RGB value is (91,46,77). Sum of RGB (Red+Green+Blue) = 91+46+77=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2E4D is #A4D1B2. Grayscale: #3E3E3E. Windows color (decimal): -10801587 or 5058139. OLE color: 5058139.

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

Color convert

RGB 91 46 77 -
CMYK 0 0.49 0.15 0.64
HSL 318.67º 0.33% 0.27% -
HSV(B) 318.67º 0.49% 0.36% -
XYZ 6.63 4.71 7.58 -
YUV 62.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 91 46 77 0 0.49 0.15 0.64 318.67 0.33 0.27
Hex 5B 2E 4D 0 31 F 40 13F 21 1B
Octal 133 56 115 0 61 17 100 477 41 33
Binary 1011011 101110 1001101 0 110001 1111 1000000 100111111 100001 11011

Color Harmonies of #5B2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2E4D

Black with #5B2E4D

Text Example


Text Example

White with #5B2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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