Html Css Color HEX #572E52 Loulou

📋 copy color: '#572E52'

red 87 ◦ green 46 ◦ blue 82

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

Shades of Loulou #572E52

Tints of Loulou #572E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 40.47%
G = 21.4%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#572E52 (or 0x572E52) is known color: Loulou. HEX triplet: 57, 2E and 52. RGB value is (87,46,82). Sum of RGB (Red+Green+Blue) = 87+46+82=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #572E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E52 is #A8D1AD. Grayscale: #3E3E3E. Windows color (decimal): -11063726 or 5385815. OLE color: 5385815.

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

Color convert

RGB 87 46 82 -
CMYK 0 0.47 0.06 0.66
HSL 307.32º 0.31% 0.26% -
HSV(B) 307.32º 0.47% 0.34% -
XYZ 6.43 4.59 8.53 -
YUV 62.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 87 46 82 0 0.47 0.06 0.66 307.32 0.31 0.26
Hex 57 2E 52 0 2F 6 42 133 1F 1A
Octal 127 56 122 0 57 6 102 463 37 32
Binary 1010111 101110 1010010 0 101111 110 1000010 100110011 11111 11010

Color Harmonies of #572E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572E52

Black with #572E52

Text Example


Text Example

White with #572E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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