#533050

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

Shades of Loulou #533050

Tints of Loulou #533050

Color information

#533050 (or 0x533050) is unknown color: approx Loulou. HEX triplet: 53, 30 and 50. RGB value is (83,48,80). Sum of RGB (Red+Green+Blue) = 83+48+80=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #533050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533050 is #ACCFAF. Grayscale: #3E3E3E. Windows color (decimal): -11325360 or 5255251. OLE color: 5255251.

HSL color Cylindrical-coordinate representation of color #533050: hue angle of 305.14º 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 #533050 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB834880-
CMYK00.420.040.67
HSL305.14º26.72%25.69%-
HSV(B)305.14º42.17%32.55%-
XYZ6.074.538.14-
YUV62.11138.1142.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=39.34%
G=22.75%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83488000.420.040.67305.1426.7225.69
Hex53305002A4431311b1a
Octal1236012005241034613332
Binary10100111100001010000010101010010000111001100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533050; }

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

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

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

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

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

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

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

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