#56254C

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

Shades of Loulou #56254C

Tints of Loulou #56254C

Color information

#56254C (or 0x56254C) is unknown color: approx Loulou. HEX triplet: 56, 25 and 4C. RGB value is (86,37,76). Sum of RGB (Red+Green+Blue) = 86+37+76=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56254C is #A9DAB3. Grayscale: #373737. Windows color (decimal): -11131572 or 4990294. OLE color: 4990294.

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

Color convert

RGB863776-
CMYK00.570.120.66
HSL312.24º39.84%24.12%-
HSV(B)312.24º56.98%33.73%-
XYZ5.83.827.27-
YUV56.1139.23149.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 37 (14.84% from 255) = 18.59%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=43.22%
G=18.59%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377600.570.120.66312.2439.8424.12
Hex56254C039C421382818
Octal12645114071141024705030
Binary1010110100101100110001110011100100001010011100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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