#56304E

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

Shades of Loulou #56304E

Tints of Loulou #56304E

Color information

#56304E (or 0x56304E) is unknown color: approx Loulou. HEX triplet: 56, 30 and 4E. RGB value is (86,48,78). Sum of RGB (Red+Green+Blue) = 86+48+78=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56304E is #A9CFB1. Grayscale: #3E3E3E. Windows color (decimal): -11128754 or 5124182. OLE color: 5124182.

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

Color convert

RGB864878-
CMYK00.440.090.66
HSL312.63º28.36%26.27%-
HSV(B)312.63º44.19%33.73%-
XYZ6.274.647.77-
YUV62.78136.59144.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=40.57%
G=22.64%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86487800.440.090.66312.6328.3626.27
Hex56304E02C9421391c1a
Octal12660116054111024713432
Binary101011011000010011100101100100110000101001110011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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