Html Css Color HEX #57324F Loulou

📋 copy color: '#57324F'

red 87 ◦ green 50 ◦ blue 79

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

Shades of Loulou #57324F

Tints of Loulou #57324F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 40.28%
G = 23.15%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57324F (or 0x57324F) is known color: Loulou. HEX triplet: 57, 32 and 4F. RGB value is (87,50,79). Sum of RGB (Red+Green+Blue) = 87+50+79=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57324F is #A8CDB0. Grayscale: #404040. Windows color (decimal): -11062705 or 5190231. OLE color: 5190231.

HSL color Cylindrical-coordinate representation of color #57324F: hue angle of 312.97º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57324F is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 50 79 -
CMYK 0 0.43 0.09 0.66
HSL 312.97º 0.27% 0.27% -
HSV(B) 312.97º 0.43% 0.34% -
XYZ 6.48 4.87 8 -
YUV 64.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 87 50 79 0 0.43 0.09 0.66 312.97 0.27 0.27
Hex 57 32 4F 0 2B 9 42 139 1B 1B
Octal 127 62 117 0 53 11 102 471 33 33
Binary 1010111 110010 1001111 0 101011 1001 1000010 100111001 11011 11011

Color Harmonies of #57324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57324F

Black with #57324F

Text Example


Text Example

White with #57324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,50,79); }

 H1.HeaderClassName
 {
   color: #57324F;
 }
 .AnyTagClassName
 {
   color: #57324F;
 }
</style>

background-color css

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

 a { background-color: rgb(87,50,79); }

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

border-color css

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

 span { border-color: rgb(87,50,79); }

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