Html Css Color HEX #572E51 Loulou

📋 copy color: '#572E51'

red 87 ◦ green 46 ◦ blue 81

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

Shades of Loulou #572E51

Tints of Loulou #572E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.5%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 40.65%
G = 21.5%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#572E51 (or 0x572E51) is known color: Loulou. HEX triplet: 57, 2E and 51. RGB value is (87,46,81). Sum of RGB (Red+Green+Blue) = 87+46+81=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #572E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E51 is #A8D1AE. Grayscale: #3E3E3E. Windows color (decimal): -11063727 or 5320279. OLE color: 5320279.

HSL color Cylindrical-coordinate representation of color #572E51: hue angle of 308.78º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E51 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 81 -
CMYK 0 0.47 0.07 0.66
HSL 308.78º 0.31% 0.26% -
HSV(B) 308.78º 0.47% 0.34% -
XYZ 6.39 4.57 8.33 -
YUV 62.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 87 46 81 0 0.47 0.07 0.66 308.78 0.31 0.26
Hex 57 2E 51 0 2F 7 42 135 1F 1A
Octal 127 56 121 0 57 7 102 465 37 32
Binary 1010111 101110 1010001 0 101111 111 1000010 100110101 11111 11010

Color Harmonies of #572E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E51

Black with #572E51

Text Example


Text Example

White with #572E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572E51; }

 p { color: rgb(87,46,81); }

 H1.HeaderClassName
 {
   color: #572E51;
 }
 .AnyTagClassName
 {
   color: #572E51;
 }
</style>

background-color css

<style>
 a { background-color: #572E51; }

 a { background-color: rgb(87,46,81); }

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

border-color css

<style>
 span { border-color: #572E51; }

 span { border-color: rgb(87,46,81); }

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