Html Css Color HEX #551E4C Loulou

📋 copy color: '#551E4C'

red 85 ◦ green 30 ◦ blue 76

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

Shades of Loulou #551E4C

Tints of Loulou #551E4C

RGB

 RED value IS 85 (33.59% from 255) = 44.5%

 GREEN value IS 30 (12.11% from 255) = 15.71%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 44.5%
G = 15.71%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#551E4C (or 0x551E4C) is known color: Loulou. HEX triplet: 55, 1E and 4C. RGB value is (85,30,76). Sum of RGB (Red+Green+Blue) = 85+30+76=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #551E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E4C is #AAE1B3. Grayscale: #333333. Windows color (decimal): -11198900 or 4988501. OLE color: 4988501.

HSL color Cylindrical-coordinate representation of color #551E4C: hue angle of 309.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E4C is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 76 -
CMYK 0 0.65 0.11 0.67
HSL 309.82º 0.48% 0.23% -
HSV(B) 309.82º 0.65% 0.33% -
XYZ 5.52 3.38 7.2 -
YUV 51.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 85 30 76 0 0.65 0.11 0.67 309.82 0.48 0.23
Hex 55 1E 4C 0 41 B 43 136 30 17
Octal 125 36 114 0 101 13 103 466 60 27
Binary 1010101 11110 1001100 0 1000001 1011 1000011 100110110 110000 10111

Color Harmonies of #551E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E4C

Black with #551E4C

Text Example


Text Example

White with #551E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551E4C; }

 p { color: rgb(85,30,76); }

 H1.HeaderClassName
 {
   color: #551E4C;
 }
 .AnyTagClassName
 {
   color: #551E4C;
 }
</style>

background-color css

<style>
 a { background-color: #551E4C; }

 a { background-color: rgb(85,30,76); }

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

border-color css

<style>
 span { border-color: #551E4C; }

 span { border-color: rgb(85,30,76); }

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