Html Css Color HEX #54334C Loulou

📋 copy color: '#54334C'

red 84 ◦ green 51 ◦ blue 76

#54334C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #54334C

Tints of Loulou #54334C

RGB

 RED value IS 84 (33.2% from 255) = 39.81%

 GREEN value IS 51 (20.31% from 255) = 24.17%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 39.81%
G = 24.17%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54334C (or 0x54334C) is known color: Loulou. HEX triplet: 54, 33 and 4C. RGB value is (84,51,76). Sum of RGB (Red+Green+Blue) = 84+51+76=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #54334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54334C is #ABCCB3. Grayscale: #3F3F3F. Windows color (decimal): -11259060 or 4993876. OLE color: 4993876.

HSL color Cylindrical-coordinate representation of color #54334C: hue angle of 314.55º 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 #54334C is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 51 76 -
CMYK 0 0.39 0.10 0.67
HSL 314.55º 0.24% 0.26% -
HSV(B) 314.55º 0.39% 0.33% -
XYZ 6.14 4.77 7.44 -
YUV 63.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 84 51 76 0 0.39 0.10 0.67 314.55 0.24 0.26
Hex 54 33 4C 0 27 A 43 13B 18 1A
Octal 124 63 114 0 47 12 103 473 30 32
Binary 1010100 110011 1001100 0 100111 1010 1000011 100111011 11000 11010

Color Harmonies of #54334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54334C

Black with #54334C

Text Example


Text Example

White with #54334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54334C; }

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

 H1.HeaderClassName
 {
   color: #54334C;
 }
 .AnyTagClassName
 {
   color: #54334C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #54334C;
 }
 .BgClassName
 {
   background-color: #54334C;
 }
</style>

border-color css

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

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

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