Html Css Color HEX #552E51 Loulou

📋 copy color: '#552E51'

red 85 ◦ green 46 ◦ blue 81

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

Shades of Loulou #552E51

Tints of Loulou #552E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

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

R = 40.09%
G = 21.7%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#552E51 (or 0x552E51) is known color: Loulou. HEX triplet: 55, 2E and 51. RGB value is (85,46,81). Sum of RGB (Red+Green+Blue) = 85+46+81=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E51 is #AAD1AE. Grayscale: #3D3D3D. Windows color (decimal): -11194799 or 5320277. OLE color: 5320277.

HSL color Cylindrical-coordinate representation of color #552E51: hue angle of 306.15º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #552E51 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 46 81 -
CMYK 0 0.46 0.05 0.67
HSL 306.15º 0.3% 0.26% -
HSV(B) 306.15º 0.46% 0.33% -
XYZ 6.21 4.48 8.32 -
YUV 61.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 85 46 81 0 0.46 0.05 0.67 306.15 0.3 0.26
Hex 55 2E 51 0 2E 5 43 132 1E 1A
Octal 125 56 121 0 56 5 103 462 36 32
Binary 1010101 101110 1010001 0 101110 101 1000011 100110010 11110 11010

Color Harmonies of #552E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E51

Black with #552E51

Text Example


Text Example

White with #552E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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