#5A304F

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

Shades of Loulou #5A304F

Tints of Loulou #5A304F

Color information

#5A304F (or 0x5A304F) is unknown color: approx Loulou. HEX triplet: 5A, 30 and 4F. RGB value is (90,48,79). Sum of RGB (Red+Green+Blue) = 90+48+79=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A304F is #A5CFB0. Grayscale: #404040. Windows color (decimal): -10866609 or 5189722. OLE color: 5189722.

HSL color Cylindrical-coordinate representation of color #5A304F: hue angle of 315.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A304F is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB904879-
CMYK00.470.120.65
HSL315.71º30.43%27.06%-
HSV(B)315.71º46.67%35.29%-
XYZ6.684.857.98-
YUV64.09136.41146.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=41.47%
G=22.12%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90487900.470.120.65315.7130.4327.06
Hex5A304F02FC4113c1e1b
Octal13260117057141014743633
Binary101101011000010011110101111110010000011001111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A304F; }

 p { color: rgb(90,48,79); }

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

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

 a { background-color: rgb(90,48,79); }

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

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

 span { border-color: rgb(90,48,79); }

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