Html Css Color HEX #57254C Loulou

📋 copy color: '#57254C'

red 87 ◦ green 37 ◦ blue 76

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

Shades of Loulou #57254C

Tints of Loulou #57254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 43.5%
G = 18.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57254C (or 0x57254C) is known color: Loulou. HEX triplet: 57, 25 and 4C. RGB value is (87,37,76). Sum of RGB (Red+Green+Blue) = 87+37+76=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57254C is #A8DAB3. Grayscale: #383838. Windows color (decimal): -11066036 or 4990295. OLE color: 4990295.

HSL color Cylindrical-coordinate representation of color #57254C: hue angle of 313.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57254C is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 76 -
CMYK 0 0.57 0.13 0.66
HSL 313.2º 0.4% 0.24% -
HSV(B) 313.2º 0.57% 0.34% -
XYZ 5.9 3.87 7.27 -
YUV 56.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 87 37 76 0 0.57 0.13 0.66 313.2 0.4 0.24
Hex 57 25 4C 0 39 D 42 139 28 18
Octal 127 45 114 0 71 15 102 471 50 30
Binary 1010111 100101 1001100 0 111001 1101 1000010 100111001 101000 11000

Color Harmonies of #57254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57254C

Black with #57254C

Text Example


Text Example

White with #57254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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