#53264F

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

Shades of Loulou #53264F

Tints of Loulou #53264F

Color information

#53264F (or 0x53264F) is unknown color: approx Loulou. HEX triplet: 53, 26 and 4F. RGB value is (83,38,79). Sum of RGB (Red+Green+Blue) = 83+38+79=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #53264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53264F is #ACD9B0. Grayscale: #383838. Windows color (decimal): -11327921 or 5187155. OLE color: 5187155.

HSL color Cylindrical-coordinate representation of color #53264F: hue angle of 305.33º 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 #53264F is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB833879-
CMYK00.540.050.67
HSL305.33º37.19%23.73%-
HSV(B)305.33º54.22%32.55%-
XYZ5.673.797.83-
YUV56.13140.91147.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.5%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 79 (31.25% from 255) = 39.5%
R=41.5%
G=19%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83387900.540.050.67305.3337.1923.73
Hex53264F0365431312518
Octal1234611706651034614530
Binary101001110011010011110110110101100001110011000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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