Html Css Color HEX #552551 Loulou

📋 copy color: '#552551'

red 85 ◦ green 37 ◦ blue 81

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

Shades of Loulou #552551

Tints of Loulou #552551

RGB

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

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

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

R = 41.87%
G = 18.23%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552551 (or 0x552551) is known color: Loulou. HEX triplet: 55, 25 and 51. RGB value is (85,37,81). Sum of RGB (Red+Green+Blue) = 85+37+81=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #552551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552551 is #AADAAE. Grayscale: #383838. Windows color (decimal): -11197103 or 5317973. OLE color: 5317973.

HSL color Cylindrical-coordinate representation of color #552551: hue angle of 305º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552551 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 81 -
CMYK 0 0.56 0.05 0.67
HSL 305º 0.39% 0.24% -
HSV(B) 305º 0.56% 0.33% -
XYZ 5.89 3.85 8.22 -
YUV 56.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 85 37 81 0 0.56 0.05 0.67 305 0.39 0.24
Hex 55 25 51 0 38 5 43 131 27 18
Octal 125 45 121 0 70 5 103 461 47 30
Binary 1010101 100101 1010001 0 111000 101 1000011 100110001 100111 11000

Color Harmonies of #552551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552551

Black with #552551

Text Example


Text Example

White with #552551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552551; }

 p { color: rgb(85,37,81); }

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

background-color css

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

 a { background-color: rgb(85,37,81); }

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

border-color css

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

 span { border-color: rgb(85,37,81); }

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