Html Css Color HEX #5B294A Loulou

📋 copy color: '#5B294A'

red 91 ◦ green 41 ◦ blue 74

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

Shades of Loulou #5B294A

Tints of Loulou #5B294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 44.17%
G = 19.9%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B294A (or 0x5B294A) is known color: Loulou. HEX triplet: 5B, 29 and 4A. RGB value is (91,41,74). Sum of RGB (Red+Green+Blue) = 91+41+74=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B294A is #A4D6B5. Grayscale: #3B3B3B. Windows color (decimal): -10802870 or 4860251. OLE color: 4860251.

HSL color Cylindrical-coordinate representation of color #5B294A: hue angle of 320.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B294A is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 41 74 -
CMYK 0 0.55 0.19 0.64
HSL 320.4º 0.38% 0.26% -
HSV(B) 320.4º 0.55% 0.36% -
XYZ 6.34 4.3 6.98 -
YUV 59.71 136.07 150.32 -
System Red Green Blue C M Y K H S L
Decimal 91 41 74 0 0.55 0.19 0.64 320.4 0.38 0.26
Hex 5B 29 4A 0 37 13 40 140 26 1A
Octal 133 51 112 0 67 23 100 500 46 32
Binary 1011011 101001 1001010 0 110111 10011 1000000 101000000 100110 11010

Color Harmonies of #5B294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B294A

Black with #5B294A

Text Example


Text Example

White with #5B294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,41,74); }

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

background-color css

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

 a { background-color: rgb(91,41,74); }

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

border-color css

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

 span { border-color: rgb(91,41,74); }

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