#55314C

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

Shades of Loulou #55314C

Tints of Loulou #55314C

Color information

#55314C (or 0x55314C) is unknown color: approx Loulou. HEX triplet: 55, 31 and 4C. RGB value is (85,49,76). Sum of RGB (Red+Green+Blue) = 85+49+76=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55314C is #AACEB3. Grayscale: #3E3E3E. Windows color (decimal): -11194036 or 4993365. OLE color: 4993365.

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

Color convert

RGB854976-
CMYK00.420.110.67
HSL315º26.87%26.27%-
HSV(B)315º42.35%33.33%-
XYZ6.154.657.41-
YUV62.84135.43143.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=40.48%
G=23.33%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85497600.420.110.6731526.8726.27
Hex55314C02AB4313b1b1a
Octal12561114052131034733332
Binary101010111000110011000101010101110000111001110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55314C; }

 p { color: rgb(85,49,76); }

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

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

 a { background-color: rgb(85,49,76); }

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

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

 span { border-color: rgb(85,49,76); }

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