Html Css Color HEX #5B314B Loulou

📋 copy color: '#5B314B'

red 91 ◦ green 49 ◦ blue 75

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

Shades of Loulou #5B314B

Tints of Loulou #5B314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.79%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 42.33%
G = 22.79%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B314B (or 0x5B314B) is known color: Loulou. HEX triplet: 5B, 31 and 4B. RGB value is (91,49,75). Sum of RGB (Red+Green+Blue) = 91+49+75=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 91 - color contains mainly: red. Hex color #5B314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B314B is #A4CEB4. Grayscale: #404040. Windows color (decimal): -10800821 or 4927835. OLE color: 4927835.

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

Color convert

RGB 91 49 75 -
CMYK 0 0.46 0.18 0.64
HSL 322.86º 0.3% 0.27% -
HSV(B) 322.86º 0.46% 0.36% -
XYZ 6.68 4.93 7.26 -
YUV 64.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 91 49 75 0 0.46 0.18 0.64 322.86 0.3 0.27
Hex 5B 31 4B 0 2E 12 40 143 1E 1B
Octal 133 61 113 0 56 22 100 503 36 33
Binary 1011011 110001 1001011 0 101110 10010 1000000 101000011 11110 11011

Color Harmonies of #5B314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B314B

Black with #5B314B

Text Example


Text Example

White with #5B314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,49,75); }

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

background-color css

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

 a { background-color: rgb(91,49,75); }

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

border-color css

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

 span { border-color: rgb(91,49,75); }

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