Html Css Color HEX #552F50 Loulou

📋 copy color: '#552F50'

red 85 ◦ green 47 ◦ blue 80

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

Shades of Loulou #552F50

Tints of Loulou #552F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.17%

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 40.09%
G = 22.17%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#552F50 (or 0x552F50) is known color: Loulou. HEX triplet: 55, 2F and 50. RGB value is (85,47,80). Sum of RGB (Red+Green+Blue) = 85+47+80=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #552F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F50 is #AAD0AF. Grayscale: #3E3E3E. Windows color (decimal): -11194544 or 5254997. OLE color: 5254997.

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

Color convert

RGB 85 47 80 -
CMYK 0 0.45 0.06 0.67
HSL 307.89º 0.29% 0.26% -
HSV(B) 307.89º 0.45% 0.33% -
XYZ 6.21 4.54 8.14 -
YUV 62.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 85 47 80 0 0.45 0.06 0.67 307.89 0.29 0.26
Hex 55 2F 50 0 2D 6 43 134 1D 1A
Octal 125 57 120 0 55 6 103 464 35 32
Binary 1010101 101111 1010000 0 101101 110 1000011 100110100 11101 11010

Color Harmonies of #552F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F50

Black with #552F50

Text Example


Text Example

White with #552F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,47,80); }

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

background-color css

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

 a { background-color: rgb(85,47,80); }

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

border-color css

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

 span { border-color: rgb(85,47,80); }

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