#5829A0

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

Shades of Daisy Bush #5829A0

Tints of Daisy Bush #5829A0

Color information

#5829A0 (or 0x5829A0) is unknown color: approx Daisy Bush. HEX triplet: 58, 29 and A0. RGB value is (88,41,160). Sum of RGB (Red+Green+Blue) = 88+41+160=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #5829A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5829A0 is #A7D65F. Grayscale: #444444. Windows color (decimal): -10999392 or 10496344. OLE color: 10496344.

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

Color convert

RGB8841160-
CMYK0.450.7400.37
HSL263.7º59.2%39.41%-
HSV(B)263.7º74.37%62.75%-
XYZ11.166.233.87-
YUV68.62179.57141.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 41 (16.41% from 255) = 14.19%
BLUE value IS 160 (62.89% from 255) = 55.36%
R=30.45%
G=14.19%
B=55.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88411600.450.7400.37263.759.239.41
Hex5829A02D4A0251083b27
Octal13051240551120454107347
Binary10110001010011010000010110110010100100101100001000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5829A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,41,160); }

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

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

 a { background-color: rgb(88,41,160); }

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

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

 span { border-color: rgb(88,41,160); }

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