Html Css Color HEX #5B2950 Loulou

📋 copy color: '#5B2950'

red 91 ◦ green 41 ◦ blue 80

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

Shades of Loulou #5B2950

Tints of Loulou #5B2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 42.92%
G = 19.34%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#5B2950 (or 0x5B2950) is known color: Loulou. HEX triplet: 5B, 29 and 50. RGB value is (91,41,80). Sum of RGB (Red+Green+Blue) = 91+41+80=212 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.92% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2950 is #A4D6AF. Grayscale: #3C3C3C. Windows color (decimal): -10802864 or 5253467. OLE color: 5253467.

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

Color convert

RGB 91 41 80 -
CMYK 0 0.55 0.12 0.64
HSL 313.2º 0.38% 0.26% -
HSV(B) 313.2º 0.55% 0.36% -
XYZ 6.56 4.39 8.09 -
YUV 60.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 91 41 80 0 0.55 0.12 0.64 313.2 0.38 0.26
Hex 5B 29 50 0 37 C 40 139 26 1A
Octal 133 51 120 0 67 14 100 471 46 32
Binary 1011011 101001 1010000 0 110111 1100 1000000 100111001 100110 11010

Color Harmonies of #5B2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2950

Black with #5B2950

Text Example


Text Example

White with #5B2950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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