Html Css Color HEX #5B314F Loulou

📋 copy color: '#5B314F'

red 91 ◦ green 49 ◦ blue 79

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

Shades of Loulou #5B314F

Tints of Loulou #5B314F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 41.55%
G = 22.37%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B314F (or 0x5B314F) is known color: Loulou. HEX triplet: 5B, 31 and 4F. RGB value is (91,49,79). Sum of RGB (Red+Green+Blue) = 91+49+79=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B314F is #A4CEB0. Grayscale: #404040. Windows color (decimal): -10800817 or 5189979. OLE color: 5189979.

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

Color convert

RGB 91 49 79 -
CMYK 0 0.46 0.13 0.64
HSL 317.14º 0.3% 0.27% -
HSV(B) 317.14º 0.46% 0.36% -
XYZ 6.82 4.99 8 -
YUV 64.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 91 49 79 0 0.46 0.13 0.64 317.14 0.3 0.27
Hex 5B 31 4F 0 2E D 40 13D 1E 1B
Octal 133 61 117 0 56 15 100 475 36 33
Binary 1011011 110001 1001111 0 101110 1101 1000000 100111101 11110 11011

Color Harmonies of #5B314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B314F

Black with #5B314F

Text Example


Text Example

White with #5B314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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