#55334B

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

Shades of Loulou #55334B

Tints of Loulou #55334B

Color information

#55334B (or 0x55334B) is unknown color: approx Loulou. HEX triplet: 55, 33 and 4B. RGB value is (85,51,75). Sum of RGB (Red+Green+Blue) = 85+51+75=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55334B is #AACCB4. Grayscale: #3F3F3F. Windows color (decimal): -11193525 or 4928341. OLE color: 4928341.

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

Color convert

RGB855175-
CMYK00.400.120.67
HSL317.65º25%26.67%-
HSV(B)317.65º40%33.33%-
XYZ6.24.817.26-
YUV63.9134.26143.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=40.28%
G=24.17%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85517500.400.120.67317.652526.67
Hex55334B028C4313e191b
Octal12563113050141034763133
Binary101010111001110010110101000110010000111001111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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