#56254B

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

Shades of Loulou #56254B

Tints of Loulou #56254B

Color information

#56254B (or 0x56254B) is unknown color: approx Loulou. HEX triplet: 56, 25 and 4B. RGB value is (86,37,75). Sum of RGB (Red+Green+Blue) = 86+37+75=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 86 - color contains mainly: red. Hex color #56254B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56254B is #A9DAB4. Grayscale: #373737. Windows color (decimal): -11131573 or 4924758. OLE color: 4924758.

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

Color convert

RGB863775-
CMYK00.570.130.66
HSL313.47º39.84%24.12%-
HSV(B)313.47º56.98%33.73%-
XYZ5.773.817.09-
YUV55.98138.73149.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.43%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=43.43%
G=18.69%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86377500.570.130.66313.4739.8424.12
Hex56254B039D421392818
Octal12645113071151024715030
Binary1010110100101100101101110011101100001010011100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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