#53304E

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

Shades of Loulou #53304E

Tints of Loulou #53304E

Color information

#53304E (or 0x53304E) is unknown color: approx Loulou. HEX triplet: 53, 30 and 4E. RGB value is (83,48,78). Sum of RGB (Red+Green+Blue) = 83+48+78=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53304E is #ACCFB1. Grayscale: #3D3D3D. Windows color (decimal): -11325362 or 5124179. OLE color: 5124179.

HSL color Cylindrical-coordinate representation of color #53304E: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53304E is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB834878-
CMYK00.420.060.67
HSL308.57º26.72%25.69%-
HSV(B)308.57º42.17%32.55%-
XYZ64.57.76-
YUV61.88137.1143.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=39.71%
G=22.97%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83487800.420.060.67308.5726.7225.69
Hex53304E02A6431351b1a
Octal1236011605261034653332
Binary10100111100001001110010101011010000111001101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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