#553248

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

Shades of Loulou #553248

Tints of Loulou #553248

Color information

#553248 (or 0x553248) is unknown color: approx Loulou. HEX triplet: 55, 32 and 48. RGB value is (85,50,72). Sum of RGB (Red+Green+Blue) = 85+50+72=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #553248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553248 is #AACDB7. Grayscale: #3E3E3E. Windows color (decimal): -11193784 or 4731477. OLE color: 4731477.

HSL color Cylindrical-coordinate representation of color #553248: hue angle of 322.29º 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 #553248 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB855072-
CMYK00.410.150.67
HSL322.29º25.93%26.47%-
HSV(B)322.29º41.18%33.33%-
XYZ6.064.686.72-
YUV62.97133.1143.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=41.06%
G=24.15%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85507200.410.150.67322.2925.9326.47
Hex553248029F431421a1a
Octal12562110051171035023232
Binary101010111001010010000101001111110000111010000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553248; }

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

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

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

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

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

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

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

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