#53264D

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

Shades of Loulou #53264D

Tints of Loulou #53264D

Color information

#53264D (or 0x53264D) is unknown color: approx Loulou. HEX triplet: 53, 26 and 4D. RGB value is (83,38,77). Sum of RGB (Red+Green+Blue) = 83+38+77=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53264D is #ACD9B2. Grayscale: #373737. Windows color (decimal): -11327923 or 5056083. OLE color: 5056083.

HSL color Cylindrical-coordinate representation of color #53264D: hue angle of 308º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53264D is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB833877-
CMYK00.540.070.67
HSL308º37.19%23.73%-
HSV(B)308º54.22%32.55%-
XYZ5.63.767.45-
YUV55.9139.91147.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 38 (15.23% from 255) = 19.19%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=41.92%
G=19.19%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83387700.540.070.6730837.1923.73
Hex53264D0367431342518
Octal1234611506671034644530
Binary101001110011010011010110110111100001110011010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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