Html Css Color HEX #5B3251 Loulou

📋 copy color: '#5B3251'

red 91 ◦ green 50 ◦ blue 81

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

Shades of Loulou #5B3251

Tints of Loulou #5B3251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.52%

 BLUE value IS 81 (32.03% from 255) = 36.49%

R = 40.99%
G = 22.52%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#5B3251 (or 0x5B3251) is known color: Loulou. HEX triplet: 5B, 32 and 51. RGB value is (91,50,81). Sum of RGB (Red+Green+Blue) = 91+50+81=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3251 is #A4CDAE. Grayscale: #414141. Windows color (decimal): -10800559 or 5321307. OLE color: 5321307.

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

Color convert

RGB 91 50 81 -
CMYK 0 0.45 0.11 0.64
HSL 314.63º 0.29% 0.28% -
HSV(B) 314.63º 0.45% 0.36% -
XYZ 6.94 5.1 8.4 -
YUV 65.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 91 50 81 0 0.45 0.11 0.64 314.63 0.29 0.28
Hex 5B 32 51 0 2D B 40 13B 1D 1C
Octal 133 62 121 0 55 13 100 473 35 34
Binary 1011011 110010 1010001 0 101101 1011 1000000 100111011 11101 11100

Color Harmonies of #5B3251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3251

Black with #5B3251

Text Example


Text Example

White with #5B3251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,50,81); }

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

background-color css

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

 a { background-color: rgb(91,50,81); }

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

border-color css

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

 span { border-color: rgb(91,50,81); }

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