Html Css Color HEX #5B294C Loulou

📋 copy color: '#5B294C'

red 91 ◦ green 41 ◦ blue 76

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

Shades of Loulou #5B294C

Tints of Loulou #5B294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 43.75%
G = 19.71%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5B294C (or 0x5B294C) is known color: Loulou. HEX triplet: 5B, 29 and 4C. RGB value is (91,41,76). Sum of RGB (Red+Green+Blue) = 91+41+76=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B294C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B294C is #A4D6B3. Grayscale: #3B3B3B. Windows color (decimal): -10802868 or 4991323. OLE color: 4991323.

HSL color Cylindrical-coordinate representation of color #5B294C: hue angle of 318º 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 #5B294C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 41 76 -
CMYK 0 0.55 0.16 0.64
HSL 318º 0.38% 0.26% -
HSV(B) 318º 0.55% 0.36% -
XYZ 6.41 4.33 7.34 -
YUV 59.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 91 41 76 0 0.55 0.16 0.64 318 0.38 0.26
Hex 5B 29 4C 0 37 10 40 13E 26 1A
Octal 133 51 114 0 67 20 100 476 46 32
Binary 1011011 101001 1001100 0 110111 10000 1000000 100111110 100110 11010

Color Harmonies of #5B294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B294C

Black with #5B294C

Text Example


Text Example

White with #5B294C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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