Html Css Color HEX #57354C Loulou

📋 copy color: '#57354C'

red 87 ◦ green 53 ◦ blue 76

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

Shades of Loulou #57354C

Tints of Loulou #57354C

RGB

 RED value IS 87 (34.38% from 255) = 40.28%

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 40.28%
G = 24.54%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57354C (or 0x57354C) is known color: Loulou. HEX triplet: 57, 35 and 4C. RGB value is (87,53,76). Sum of RGB (Red+Green+Blue) = 87+53+76=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57354C is #A8CAB3. Grayscale: #414141. Windows color (decimal): -11061940 or 4994391. OLE color: 4994391.

HSL color Cylindrical-coordinate representation of color #57354C: hue angle of 319.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57354C is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 53 76 -
CMYK 0 0.39 0.13 0.66
HSL 319.41º 0.24% 0.27% -
HSV(B) 319.41º 0.39% 0.34% -
XYZ 6.51 5.09 7.48 -
YUV 65.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 87 53 76 0 0.39 0.13 0.66 319.41 0.24 0.27
Hex 57 35 4C 0 27 D 42 13F 18 1B
Octal 127 65 114 0 47 15 102 477 30 33
Binary 1010111 110101 1001100 0 100111 1101 1000010 100111111 11000 11011

Color Harmonies of #57354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57354C

Black with #57354C

Text Example


Text Example

White with #57354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,53,76); }

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

background-color css

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

 a { background-color: rgb(87,53,76); }

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

border-color css

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

 span { border-color: rgb(87,53,76); }

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