#5620A0

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

Shades of Daisy Bush #5620A0

Tints of Daisy Bush #5620A0

Color information

#5620A0 (or 0x5620A0) is unknown color: approx Daisy Bush. HEX triplet: 56, 20 and A0. RGB value is (86,32,160). Sum of RGB (Red+Green+Blue) = 86+32+160=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #5620A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5620A0 is #A9DF5F. Grayscale: #3E3E3E. Windows color (decimal): -11132768 or 10494038. OLE color: 10494038.

HSL color Cylindrical-coordinate representation of color #5620A0: hue angle of 265.31º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5620A0 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8632160-
CMYK0.460.8000.37
HSL265.31º66.67%37.65%-
HSV(B)265.31º80%62.75%-
XYZ10.75.5533.76-
YUV62.74182.89144.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 32 (12.89% from 255) = 11.51%
BLUE value IS 160 (62.89% from 255) = 57.55%
R=30.94%
G=11.51%
B=57.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal86321600.460.8000.37265.3166.6737.65
Hex5620A02E500251094326
Octal126402405612004541110346
Binary101011010000010100000101110101000001001011000010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5620A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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