Html Css Color HEX #57334A Loulou

📋 copy color: '#57334A'

red 87 ◦ green 51 ◦ blue 74

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

Shades of Loulou #57334A

Tints of Loulou #57334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 41.04%
G = 24.06%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#57334A (or 0x57334A) is known color: Loulou. HEX triplet: 57, 33 and 4A. RGB value is (87,51,74). Sum of RGB (Red+Green+Blue) = 87+51+74=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #57334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57334A is #A8CCB5. Grayscale: #404040. Windows color (decimal): -11062454 or 4862807. OLE color: 4862807.

HSL color Cylindrical-coordinate representation of color #57334A: hue angle of 321.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #57334A is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 74 -
CMYK 0 0.41 0.15 0.66
HSL 321.67º 0.26% 0.27% -
HSV(B) 321.67º 0.41% 0.34% -
XYZ 6.35 4.89 7.09 -
YUV 64.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 87 51 74 0 0.41 0.15 0.66 321.67 0.26 0.27
Hex 57 33 4A 0 29 F 42 142 1A 1B
Octal 127 63 112 0 51 17 102 502 32 33
Binary 1010111 110011 1001010 0 101001 1111 1000010 101000010 11010 11011

Color Harmonies of #57334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57334A

Black with #57334A

Text Example


Text Example

White with #57334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57334A; }

 p { color: rgb(87,51,74); }

 H1.HeaderClassName
 {
   color: #57334A;
 }
 .AnyTagClassName
 {
   color: #57334A;
 }
</style>

background-color css

<style>
 a { background-color: #57334A; }

 a { background-color: rgb(87,51,74); }

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

border-color css

<style>
 span { border-color: #57334A; }

 span { border-color: rgb(87,51,74); }

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