Html Css Color HEX #57334C Loulou

📋 copy color: '#57334C'

red 87 ◦ green 51 ◦ blue 76

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

Shades of Loulou #57334C

Tints of Loulou #57334C

RGB

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

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

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

R = 40.65%
G = 23.83%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57334C (or 0x57334C) is known color: Loulou. HEX triplet: 57, 33 and 4C. RGB value is (87,51,76). Sum of RGB (Red+Green+Blue) = 87+51+76=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #57334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57334C is #A8CCB3. Grayscale: #404040. Windows color (decimal): -11062452 or 4993879. OLE color: 4993879.

HSL color Cylindrical-coordinate representation of color #57334C: hue angle of 318.33º 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 #57334C is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 51 76 -
CMYK 0 0.41 0.13 0.66
HSL 318.33º 0.26% 0.27% -
HSV(B) 318.33º 0.41% 0.34% -
XYZ 6.42 4.92 7.45 -
YUV 64.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 87 51 76 0 0.41 0.13 0.66 318.33 0.26 0.27
Hex 57 33 4C 0 29 D 42 13E 1A 1B
Octal 127 63 114 0 51 15 102 476 32 33
Binary 1010111 110011 1001100 0 101001 1101 1000010 100111110 11010 11011

Color Harmonies of #57334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57334C

Black with #57334C

Text Example


Text Example

White with #57334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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