#553450

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

Shades of Loulou #553450

Tints of Loulou #553450

Color information

#553450 (or 0x553450) is unknown color: approx Loulou. HEX triplet: 55, 34 and 50. RGB value is (85,52,80). Sum of RGB (Red+Green+Blue) = 85+52+80=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553450 is #AACBAF. Grayscale: #404040. Windows color (decimal): -11193264 or 5256277. OLE color: 5256277.

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

Color convert

RGB855280-
CMYK00.390.060.67
HSL309.09º24.09%26.86%-
HSV(B)309.09º38.82%33.33%-
XYZ6.424.978.21-
YUV65.06136.43142.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=39.17%
G=23.96%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85528000.390.060.67309.0924.0926.86
Hex553450027643135181b
Octal1256412004761034653033
Binary10101011101001010000010011111010000111001101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553450; }

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

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

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

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

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

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

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

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