#53364B

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

Shades of Loulou #53364B

Tints of Loulou #53364B

Color information

#53364B (or 0x53364B) is unknown color: approx Loulou. HEX triplet: 53, 36 and 4B. RGB value is (83,54,75). Sum of RGB (Red+Green+Blue) = 83+54+75=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #53364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53364B is #ACC9B4. Grayscale: #414141. Windows color (decimal): -11323829 or 4929107. OLE color: 4929107.

HSL color Cylindrical-coordinate representation of color #53364B: hue angle of 316.55º 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 #53364B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB835475-
CMYK00.350.100.67
HSL316.55º21.17%26.86%-
HSV(B)316.55º34.94%32.55%-
XYZ6.164.997.29-
YUV65.06133.61140.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.15%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=39.15%
G=25.47%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83547500.350.100.67316.5521.1726.86
Hex53364B023A4313d151b
Octal12366113043121034752533
Binary101001111011010010110100011101010000111001111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,54,75); }

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

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

 a { background-color: rgb(83,54,75); }

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

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

 span { border-color: rgb(83,54,75); }

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