#553648

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

Shades of Loulou #553648

Tints of Loulou #553648

Color information

#553648 (or 0x553648) is unknown color: approx Loulou. HEX triplet: 55, 36 and 48. RGB value is (85,54,72). Sum of RGB (Red+Green+Blue) = 85+54+72=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553648 is #AAC9B7. Grayscale: #414141. Windows color (decimal): -11192760 or 4732501. OLE color: 4732501.

HSL color Cylindrical-coordinate representation of color #553648: hue angle of 325.16º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553648 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB855472-
CMYK00.360.150.67
HSL325.16º22.3%27.25%-
HSV(B)325.16º36.47%33.33%-
XYZ6.245.046.77-
YUV65.32131.77142.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=40.28%
G=25.59%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85547200.360.150.67325.1622.327.25
Hex553648024F43145161b
Octal12566110044171035052633
Binary101010111011010010000100100111110000111010001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553648; }

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

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

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

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

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

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

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

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