Html Css Color HEX #57294E Loulou

📋 copy color: '#57294E'

red 87 ◦ green 41 ◦ blue 78

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

Shades of Loulou #57294E

Tints of Loulou #57294E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.9%

 BLUE value IS 78 (30.86% from 255) = 37.86%

R = 42.23%
G = 19.9%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57294E (or 0x57294E) is known color: Loulou. HEX triplet: 57, 29 and 4E. RGB value is (87,41,78). Sum of RGB (Red+Green+Blue) = 87+41+78=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #57294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57294E is #A8D6B1. Grayscale: #3A3A3A. Windows color (decimal): -11065010 or 5122391. OLE color: 5122391.

HSL color Cylindrical-coordinate representation of color #57294E: hue angle of 311.74º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57294E is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 78 -
CMYK 0 0.53 0.10 0.66
HSL 311.74º 0.36% 0.25% -
HSV(B) 311.74º 0.53% 0.34% -
XYZ 6.1 4.16 7.69 -
YUV 58.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 87 41 78 0 0.53 0.10 0.66 311.74 0.36 0.25
Hex 57 29 4E 0 35 A 42 138 24 19
Octal 127 51 116 0 65 12 102 470 44 31
Binary 1010111 101001 1001110 0 110101 1010 1000010 100111000 100100 11001

Color Harmonies of #57294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57294E

Black with #57294E

Text Example


Text Example

White with #57294E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57294E; }

 p { color: rgb(87,41,78); }

 H1.HeaderClassName
 {
   color: #57294E;
 }
 .AnyTagClassName
 {
   color: #57294E;
 }
</style>

background-color css

<style>
 a { background-color: #57294E; }

 a { background-color: rgb(87,41,78); }

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

border-color css

<style>
 span { border-color: #57294E; }

 span { border-color: rgb(87,41,78); }

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