#54304F

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

Shades of Loulou #54304F

Tints of Loulou #54304F

Color information

#54304F (or 0x54304F) is unknown color: approx Loulou. HEX triplet: 54, 30 and 4F. RGB value is (84,48,79). Sum of RGB (Red+Green+Blue) = 84+48+79=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54304F is #ABCFB0. Grayscale: #3E3E3E. Windows color (decimal): -11259825 or 5189716. OLE color: 5189716.

HSL color Cylindrical-coordinate representation of color #54304F: hue angle of 308.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54304F is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB844879-
CMYK00.430.060.67
HSL308.33º27.27%25.88%-
HSV(B)308.33º42.86%32.94%-
XYZ6.124.567.96-
YUV62.3137.43143.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=39.81%
G=22.75%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84487900.430.060.67308.3327.2725.88
Hex54304F02B6431341b1a
Octal1246011705361034643332
Binary10101001100001001111010101111010000111001101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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