#53354E

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

Shades of Loulou #53354E

Tints of Loulou #53354E

Color information

#53354E (or 0x53354E) is unknown color: approx Loulou. HEX triplet: 53, 35 and 4E. RGB value is (83,53,78). Sum of RGB (Red+Green+Blue) = 83+53+78=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53354E is #ACCAB1. Grayscale: #404040. Windows color (decimal): -11324082 or 5125459. OLE color: 5125459.

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

Color convert

RGB835378-
CMYK00.360.060.67
HSL310º22.06%26.67%-
HSV(B)310º36.14%32.55%-
XYZ6.224.947.83-
YUV64.82135.44140.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=38.79%
G=24.77%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83537800.360.060.6731022.0626.67
Hex53354E024643136161b
Octal1236511604461034662633
Binary10100111101011001110010010011010000111001101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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