#5628A0

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

Shades of Daisy Bush #5628A0

Tints of Daisy Bush #5628A0

Color information

#5628A0 (or 0x5628A0) is unknown color: approx Daisy Bush. HEX triplet: 56, 28 and A0. RGB value is (86,40,160). Sum of RGB (Red+Green+Blue) = 86+40+160=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 160 (62.89% from 255 or 55.94% from 286); Max value from RGB is 160 - color contains mainly: blue. Hex color #5628A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5628A0 is #A9D75F. Grayscale: #434343. Windows color (decimal): -11130720 or 10496086. OLE color: 10496086.

HSL color Cylindrical-coordinate representation of color #5628A0: hue angle of 263º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5628A0 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8640160-
CMYK0.460.7500.37
HSL263º60%39.22%-
HSV(B)263º75%62.75%-
XYZ10.946.0333.85-
YUV67.43180.24141.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 160 (62.89% from 255) = 55.94%
R=30.07%
G=13.99%
B=55.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86401600.460.7500.372636039.22
Hex5628A02E4B0251073c27
Octal12650240561130454077447
Binary10101101010001010000010111010010110100101100000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5628A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5628A0; }

 p { color: rgb(86,40,160); }

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

<style>
 a { background-color: #5628A0; }

 a { background-color: rgb(86,40,160); }

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

<style>
 span { border-color: #5628A0; }

 span { border-color: rgb(86,40,160); }

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