Html Css Color HEX #552E4A Loulou

📋 copy color: '#552E4A'

red 85 ◦ green 46 ◦ blue 74

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

Shades of Loulou #552E4A

Tints of Loulou #552E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.1%

R = 41.46%
G = 22.44%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#552E4A (or 0x552E4A) is known color: Loulou. HEX triplet: 55, 2E and 4A. RGB value is (85,46,74). Sum of RGB (Red+Green+Blue) = 85+46+74=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #552E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E4A is #AAD1B5. Grayscale: #3C3C3C. Windows color (decimal): -11194806 or 4861525. OLE color: 4861525.

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

Color convert

RGB 85 46 74 -
CMYK 0 0.46 0.13 0.67
HSL 316.92º 0.3% 0.26% -
HSV(B) 316.92º 0.46% 0.33% -
XYZ 5.96 4.38 7.01 -
YUV 60.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 85 46 74 0 0.46 0.13 0.67 316.92 0.3 0.26
Hex 55 2E 4A 0 2E D 43 13D 1E 1A
Octal 125 56 112 0 56 15 103 475 36 32
Binary 1010101 101110 1001010 0 101110 1101 1000011 100111101 11110 11010

Color Harmonies of #552E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E4A

Black with #552E4A

Text Example


Text Example

White with #552E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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