Html Css Color HEX #572E50 Loulou

📋 copy color: '#572E50'

red 87 ◦ green 46 ◦ blue 80

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

Shades of Loulou #572E50

Tints of Loulou #572E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 40.85%
G = 21.6%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#572E50 (or 0x572E50) is known color: Loulou. HEX triplet: 57, 2E and 50. RGB value is (87,46,80). Sum of RGB (Red+Green+Blue) = 87+46+80=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #572E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E50 is #A8D1AF. Grayscale: #3E3E3E. Windows color (decimal): -11063728 or 5254743. OLE color: 5254743.

HSL color Cylindrical-coordinate representation of color #572E50: hue angle of 310.24º 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 #572E50 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 46 80 -
CMYK 0 0.47 0.08 0.66
HSL 310.24º 0.31% 0.26% -
HSV(B) 310.24º 0.47% 0.34% -
XYZ 6.36 4.56 8.13 -
YUV 62.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 87 46 80 0 0.47 0.08 0.66 310.24 0.31 0.26
Hex 57 2E 50 0 2F 8 42 136 1F 1A
Octal 127 56 120 0 57 10 102 466 37 32
Binary 1010111 101110 1010000 0 101111 1000 1000010 100110110 11111 11010

Color Harmonies of #572E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E50

Black with #572E50

Text Example


Text Example

White with #572E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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