Html Css Color HEX #54364C Loulou

📋 copy color: '#54364C'

red 84 ◦ green 54 ◦ blue 76

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

Shades of Loulou #54364C

Tints of Loulou #54364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 39.25%
G = 25.23%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54364C (or 0x54364C) is known color: Loulou. HEX triplet: 54, 36 and 4C. RGB value is (84,54,76). Sum of RGB (Red+Green+Blue) = 84+54+76=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #54364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54364C is #ABC9B3. Grayscale: #414141. Windows color (decimal): -11258292 or 4994644. OLE color: 4994644.

HSL color Cylindrical-coordinate representation of color #54364C: hue angle of 316º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #54364C is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 54 76 -
CMYK 0 0.36 0.10 0.67
HSL 316º 0.22% 0.27% -
HSV(B) 316º 0.36% 0.33% -
XYZ 6.28 5.04 7.48 -
YUV 65.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 84 54 76 0 0.36 0.10 0.67 316 0.22 0.27
Hex 54 36 4C 0 24 A 43 13C 16 1B
Octal 124 66 114 0 44 12 103 474 26 33
Binary 1010100 110110 1001100 0 100100 1010 1000011 100111100 10110 11011

Color Harmonies of #54364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54364C

Black with #54364C

Text Example


Text Example

White with #54364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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