#56254E

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

Shades of Loulou #56254E

Tints of Loulou #56254E

Color information

#56254E (or 0x56254E) is unknown color: approx Loulou. HEX triplet: 56, 25 and 4E. RGB value is (86,37,78). Sum of RGB (Red+Green+Blue) = 86+37+78=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56254E is #A9DAB1. Grayscale: #383838. Windows color (decimal): -11131570 or 5121366. OLE color: 5121366.

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

Color convert

RGB863778-
CMYK00.570.090.66
HSL309.8º39.84%24.12%-
HSV(B)309.8º56.98%33.73%-
XYZ5.873.857.64-
YUV56.32140.23149.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=42.79%
G=18.41%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377800.570.090.66309.839.8424.12
Hex56254E0399421362818
Octal12645116071111024665030
Binary1010110100101100111001110011001100001010011011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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