#533351

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

Shades of Loulou #533351

Tints of Loulou #533351

Color information

#533351 (or 0x533351) is unknown color: approx Loulou. HEX triplet: 53, 33 and 51. RGB value is (83,51,81). Sum of RGB (Red+Green+Blue) = 83+51+81=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #533351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533351 is #ACCCAE. Grayscale: #3F3F3F. Windows color (decimal): -11324591 or 5321555. OLE color: 5321555.

HSL color Cylindrical-coordinate representation of color #533351: hue angle of 303.75º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #533351 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB835181-
CMYK00.390.020.67
HSL303.75º23.88%26.27%-
HSV(B)303.75º38.55%32.55%-
XYZ6.244.88.38-
YUV63.99137.6141.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.60%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=38.60%
G=23.72%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83518100.390.020.67303.7523.8826.27
Hex533351027243130181a
Octal1236312104721034603032
Binary1010011110011101000101001111010000111001100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533351; }

 p { color: rgb(83,51,81); }

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

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

 a { background-color: rgb(83,51,81); }

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

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

 span { border-color: rgb(83,51,81); }

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