Html Css Color HEX #5B254D Loulou

📋 copy color: '#5B254D'

red 91 ◦ green 37 ◦ blue 77

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

Shades of Loulou #5B254D

Tints of Loulou #5B254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 44.39%
G = 18.05%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B254D (or 0x5B254D) is known color: Loulou. HEX triplet: 5B, 25 and 4D. RGB value is (91,37,77). Sum of RGB (Red+Green+Blue) = 91+37+77=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B254D is #A4DAB2. Grayscale: #393939. Windows color (decimal): -10803891 or 5055835. OLE color: 5055835.

HSL color Cylindrical-coordinate representation of color #5B254D: hue angle of 315.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B254D is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 37 77 -
CMYK 0 0.59 0.15 0.64
HSL 315.56º 0.42% 0.25% -
HSV(B) 315.56º 0.59% 0.36% -
XYZ 6.32 4.08 7.48 -
YUV 57.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 91 37 77 0 0.59 0.15 0.64 315.56 0.42 0.25
Hex 5B 25 4D 0 3B F 40 13C 2A 19
Octal 133 45 115 0 73 17 100 474 52 31
Binary 1011011 100101 1001101 0 111011 1111 1000000 100111100 101010 11001

Color Harmonies of #5B254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B254D

Black with #5B254D

Text Example


Text Example

White with #5B254D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,37,77); }

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

background-color css

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

 a { background-color: rgb(91,37,77); }

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

border-color css

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

 span { border-color: rgb(91,37,77); }

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