Html Css Color HEX #57334E Loulou

📋 copy color: '#57334E'

red 87 ◦ green 51 ◦ blue 78

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

Shades of Loulou #57334E

Tints of Loulou #57334E

RGB

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

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

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

R = 40.28%
G = 23.61%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57334E (or 0x57334E) is known color: Loulou. HEX triplet: 57, 33 and 4E. RGB value is (87,51,78). Sum of RGB (Red+Green+Blue) = 87+51+78=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #57334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57334E is #A8CCB1. Grayscale: #404040. Windows color (decimal): -11062450 or 5124951. OLE color: 5124951.

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

Color convert

RGB 87 51 78 -
CMYK 0 0.41 0.10 0.66
HSL 315º 0.26% 0.27% -
HSV(B) 315º 0.41% 0.34% -
XYZ 6.49 4.94 7.82 -
YUV 64.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 87 51 78 0 0.41 0.10 0.66 315 0.26 0.27
Hex 57 33 4E 0 29 A 42 13B 1A 1B
Octal 127 63 116 0 51 12 102 473 32 33
Binary 1010111 110011 1001110 0 101001 1010 1000010 100111011 11010 11011

Color Harmonies of #57334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57334E

Black with #57334E

Text Example


Text Example

White with #57334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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