#53364D

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

Shades of Loulou #53364D

Tints of Loulou #53364D

Color information

#53364D (or 0x53364D) is unknown color: approx Loulou. HEX triplet: 53, 36 and 4D. RGB value is (83,54,77). Sum of RGB (Red+Green+Blue) = 83+54+77=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53364D is #ACC9B2. Grayscale: #414141. Windows color (decimal): -11323827 or 5060179. OLE color: 5060179.

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

Color convert

RGB835477-
CMYK00.350.070.67
HSL312.41º21.17%26.86%-
HSV(B)312.41º34.94%32.55%-
XYZ6.235.017.66-
YUV65.29134.61140.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.79%
GREEN value IS 54 (21.48% from 255) = 25.23%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=38.79%
G=25.23%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83547700.350.070.67312.4121.1726.86
Hex53364D023743138151b
Octal1236611504371034702533
Binary10100111101101001101010001111110000111001110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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