Html Css Color HEX #57354E Loulou

📋 copy color: '#57354E'

red 87 ◦ green 53 ◦ blue 78

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

Shades of Loulou #57354E

Tints of Loulou #57354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

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

R = 39.91%
G = 24.31%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57354E (or 0x57354E) is known color: Loulou. HEX triplet: 57, 35 and 4E. RGB value is (87,53,78). Sum of RGB (Red+Green+Blue) = 87+53+78=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57354E is #A8CAB1. Grayscale: #414141. Windows color (decimal): -11061938 or 5125463. OLE color: 5125463.

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

Color convert

RGB 87 53 78 -
CMYK 0 0.39 0.10 0.66
HSL 315.88º 0.24% 0.27% -
HSV(B) 315.88º 0.39% 0.34% -
XYZ 6.58 5.12 7.85 -
YUV 66.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 87 53 78 0 0.39 0.10 0.66 315.88 0.24 0.27
Hex 57 35 4E 0 27 A 42 13C 18 1B
Octal 127 65 116 0 47 12 102 474 30 33
Binary 1010111 110101 1001110 0 100111 1010 1000010 100111100 11000 11011

Color Harmonies of #57354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57354E

Black with #57354E

Text Example


Text Example

White with #57354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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