#56304D

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

Shades of Loulou #56304D

Tints of Loulou #56304D

Color information

#56304D (or 0x56304D) is unknown color: approx Loulou. HEX triplet: 56, 30 and 4D. RGB value is (86,48,77). Sum of RGB (Red+Green+Blue) = 86+48+77=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #56304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56304D is #A9CFB2. Grayscale: #3E3E3E. Windows color (decimal): -11128755 or 5058646. OLE color: 5058646.

HSL color Cylindrical-coordinate representation of color #56304D: hue angle of 314.21º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56304D is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB864877-
CMYK00.440.100.66
HSL314.21º28.36%26.27%-
HSV(B)314.21º44.19%33.73%-
XYZ6.234.637.59-
YUV62.67136.09144.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=40.76%
G=22.75%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86487700.440.100.66314.2128.3626.27
Hex56304D02CA4213a1c1a
Octal12660115054121024723432
Binary101011011000010011010101100101010000101001110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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