#56348D

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

Shades of Daisy Bush #56348D

Tints of Daisy Bush #56348D

Color information

#56348D (or 0x56348D) is unknown color: approx Daisy Bush. HEX triplet: 56, 34 and 8D. RGB value is (86,52,141). Sum of RGB (Red+Green+Blue) = 86+52+141=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #56348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56348D is #A9CB72. Grayscale: #474747. Windows color (decimal): -11127667 or 9253974. OLE color: 9253974.

HSL color Cylindrical-coordinate representation of color #56348D: hue angle of 262.92º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56348D is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8652141-
CMYK0.390.6300.45
HSL262.92º46.11%37.84%-
HSV(B)262.92º63.12%55.29%-
XYZ9.876.3625.91-
YUV72.31166.76137.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.82%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=30.82%
G=18.64%
B=50.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86521410.390.6300.45262.9246.1137.84
Hex56348D273F02D1072e26
Octal1266421547770554075646
Binary1010110110100100011011001111111110101101100000111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,52,141); }

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

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

 a { background-color: rgb(86,52,141); }

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

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

 span { border-color: rgb(86,52,141); }

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