#5A334C

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

Shades of Loulou #5A334C

Tints of Loulou #5A334C

Color information

#5A334C (or 0x5A334C) is unknown color: approx Loulou. HEX triplet: 5A, 33 and 4C. RGB value is (90,51,76). Sum of RGB (Red+Green+Blue) = 90+51+76=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A334C is #A5CCB3. Grayscale: #414141. Windows color (decimal): -10865844 or 4993882. OLE color: 4993882.

HSL color Cylindrical-coordinate representation of color #5A334C: hue angle of 321.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A334C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB905176-
CMYK00.430.160.65
HSL321.54º27.66%27.65%-
HSV(B)321.54º43.33%35.29%-
XYZ6.75.067.46-
YUV65.51133.92145.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=41.47%
G=23.50%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90517600.430.160.65321.5427.6627.65
Hex5A334C02B10411421c1c
Octal13263114053201015023434
Binary1011010110011100110001010111000010000011010000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,76); }

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

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

 a { background-color: rgb(90,51,76); }

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

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

 span { border-color: rgb(90,51,76); }

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