#553250

Color #553250 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #553250

Tints of Loulou #553250

Color information

#553250 (or 0x553250) is unknown color: approx Loulou. HEX triplet: 55, 32 and 50. RGB value is (85,50,80). Sum of RGB (Red+Green+Blue) = 85+50+80=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #553250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553250 is #AACDAF. Grayscale: #3F3F3F. Windows color (decimal): -11193776 or 5255765. OLE color: 5255765.

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

Color convert

RGB855080-
CMYK00.410.060.67
HSL308.57º25.93%26.47%-
HSV(B)308.57º41.18%33.33%-
XYZ6.334.798.18-
YUV63.89137.1143.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=39.53%
G=23.26%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85508000.410.060.67308.5725.9326.47
Hex5532500296431351a1a
Octal1256212005161034653232
Binary10101011100101010000010100111010000111001101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553250; }

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

 H1.HeaderClassName
 {
   color: #553250;
 }
 .AnyTagClassName
 {
   color: #553250;
 }
</style>
background-color css

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

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

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

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

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

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