#5932A0

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

Shades of Daisy Bush #5932A0

Tints of Daisy Bush #5932A0

Color information

#5932A0 (or 0x5932A0) is unknown color: approx Daisy Bush. HEX triplet: 59, 32 and A0. RGB value is (89,50,160). Sum of RGB (Red+Green+Blue) = 89+50+160=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 160 (62.89% from 255 or 53.51% from 299); Max value from RGB is 160 - color contains mainly: blue. Hex color #5932A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5932A0 is #A6CD5F. Grayscale: #494949. Windows color (decimal): -10931552 or 10498649. OLE color: 10498649.

HSL color Cylindrical-coordinate representation of color #5932A0: hue angle of 261.27º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5932A0 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8950160-
CMYK0.440.6900.37
HSL261.27º52.38%41.18%-
HSV(B)261.27º68.75%62.75%-
XYZ11.616.9433.99-
YUV74.2176.42138.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.77%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 160 (62.89% from 255) = 53.51%
R=29.77%
G=16.72%
B=53.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89501600.440.6900.37261.2752.3841.18
Hex5932A02C450251053429
Octal13162240541050454056451
Binary10110011100101010000010110010001010100101100000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5932A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,50,160); }

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

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

 a { background-color: rgb(89,50,160); }

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

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

 span { border-color: rgb(89,50,160); }

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