Html Css Color HEX #57344F Loulou

📋 copy color: '#57344F'

red 87 ◦ green 52 ◦ blue 79

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

Shades of Loulou #57344F

Tints of Loulou #57344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 39.91%
G = 23.85%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#57344F (or 0x57344F) is known color: Loulou. HEX triplet: 57, 34 and 4F. RGB value is (87,52,79). Sum of RGB (Red+Green+Blue) = 87+52+79=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57344F is #A8CBB0. Grayscale: #414141. Windows color (decimal): -11062193 or 5190743. OLE color: 5190743.

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

Color convert

RGB 87 52 79 -
CMYK 0 0.40 0.09 0.66
HSL 313.71º 0.25% 0.27% -
HSV(B) 313.71º 0.4% 0.34% -
XYZ 6.57 5.05 8.02 -
YUV 65.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 87 52 79 0 0.40 0.09 0.66 313.71 0.25 0.27
Hex 57 34 4F 0 28 9 42 13A 19 1B
Octal 127 64 117 0 50 11 102 472 31 33
Binary 1010111 110100 1001111 0 101000 1001 1000010 100111010 11001 11011

Color Harmonies of #57344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57344F

Black with #57344F

Text Example


Text Example

White with #57344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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