#53354F

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

Shades of Loulou #53354F

Tints of Loulou #53354F

Color information

#53354F (or 0x53354F) is unknown color: approx Loulou. HEX triplet: 53, 35 and 4F. RGB value is (83,53,79). Sum of RGB (Red+Green+Blue) = 83+53+79=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53354F is #ACCAB0. Grayscale: #404040. Windows color (decimal): -11324081 or 5190995. OLE color: 5190995.

HSL color Cylindrical-coordinate representation of color #53354F: hue angle of 308º 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 #53354F is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB835379-
CMYK00.360.050.67
HSL308º22.06%26.67%-
HSV(B)308º36.14%32.55%-
XYZ6.254.958.02-
YUV64.93135.94140.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=38.60%
G=24.65%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83537900.360.050.6730822.0626.67
Hex53354F024543134161b
Octal1236511704451034642633
Binary10100111101011001111010010010110000111001101001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53354F; }

 p { color: rgb(83,53,79); }

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

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

 a { background-color: rgb(83,53,79); }

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

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

 span { border-color: rgb(83,53,79); }

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