#55374B

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

Shades of Loulou #55374B

Tints of Loulou #55374B

Color information

#55374B (or 0x55374B) is unknown color: approx Loulou. HEX triplet: 55, 37 and 4B. RGB value is (85,55,75). Sum of RGB (Red+Green+Blue) = 85+55+75=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55374B is #AAC8B4. Grayscale: #424242. Windows color (decimal): -11192501 or 4929365. OLE color: 4929365.

HSL color Cylindrical-coordinate representation of color #55374B: hue angle of 320º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55374B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB855575-
CMYK00.350.120.67
HSL320º21.43%27.45%-
HSV(B)320º35.29%33.33%-
XYZ6.385.177.32-
YUV66.25132.94141.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=39.53%
G=25.58%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85557500.350.120.6732021.4327.45
Hex55374B023C43140151b
Octal12567113043141035002533
Binary101010111011110010110100011110010000111010000001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55374B; }

 p { color: rgb(85,55,75); }

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

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

 a { background-color: rgb(85,55,75); }

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

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

 span { border-color: rgb(85,55,75); }

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