#56254D

Color #56254D Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #56254D

Tints of Loulou #56254D

Color information

#56254D (or 0x56254D) is unknown color: approx Loulou. HEX triplet: 56, 25 and 4D. RGB value is (86,37,77). Sum of RGB (Red+Green+Blue) = 86+37+77=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #56254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56254D is #A9DAB2. Grayscale: #383838. Windows color (decimal): -11131571 or 5055830. OLE color: 5055830.

HSL color Cylindrical-coordinate representation of color #56254D: hue angle of 311.02º 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 #56254D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB863777-
CMYK00.570.100.66
HSL311.02º39.84%24.12%-
HSV(B)311.02º56.98%33.73%-
XYZ5.843.847.45-
YUV56.21139.73149.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=43%
G=18.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377700.570.100.66311.0239.8424.12
Hex56254D039A421372818
Octal12645115071121024675030
Binary1010110100101100110101110011010100001010011011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56254D; }

 p { color: rgb(86,37,77); }

 H1.HeaderClassName
 {
   color: #56254D;
 }
 .AnyTagClassName
 {
   color: #56254D;
 }
</style>
background-color css

<style>
 a { background-color: #56254D; }

 a { background-color: rgb(86,37,77); }

 div.DivClassName
 {
   background-color: #56254D;
 }
 .BgClassName
 {
   background-color: #56254D;
 }
</style>
border-color css

<style>
 span { border-color: #56254D; }

 span { border-color: rgb(86,37,77); }

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