#56308E

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

Shades of Daisy Bush #56308E

Tints of Daisy Bush #56308E

Color information

#56308E (or 0x56308E) is unknown color: approx Daisy Bush. HEX triplet: 56, 30 and 8E. RGB value is (86,48,142). Sum of RGB (Red+Green+Blue) = 86+48+142=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 142 (55.86% from 255 or 51.45% from 276); Max value from RGB is 142 - color contains mainly: blue. Hex color #56308E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56308E is #A9CF71. Grayscale: #454545. Windows color (decimal): -11128690 or 9318486. OLE color: 9318486.

HSL color Cylindrical-coordinate representation of color #56308E: hue angle of 264.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56308E is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8648142-
CMYK0.390.6600.44
HSL264.26º49.47%37.25%-
HSV(B)264.26º66.2%55.69%-
XYZ9.786.0526.24-
YUV70.08168.59139.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 142 (55.86% from 255) = 51.45%
R=31.16%
G=17.39%
B=51.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86481420.390.6600.44264.2649.4737.25
Hex56308E274202C1083125
Octal12660216471020544106145
Binary10101101100001000111010011110000100101100100001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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