#5930A0

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

Shades of Daisy Bush #5930A0

Tints of Daisy Bush #5930A0

Color information

#5930A0 (or 0x5930A0) is unknown color: approx Daisy Bush. HEX triplet: 59, 30 and A0. RGB value is (89,48,160). Sum of RGB (Red+Green+Blue) = 89+48+160=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #5930A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5930A0 is #A6CF5F. Grayscale: #484848. Windows color (decimal): -10932064 or 10498137. OLE color: 10498137.

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

Color convert

RGB8948160-
CMYK0.440.7000.37
HSL261.96º53.85%40.78%-
HSV(B)261.96º70%62.75%-
XYZ11.526.7833.96-
YUV73.03177.08139.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.97%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 160 (62.89% from 255) = 53.87%
R=29.97%
G=16.16%
B=53.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89481600.440.7000.37261.9653.8540.78
Hex5930A02C460251063629
Octal13160240541060454066651
Binary10110011100001010000010110010001100100101100000110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5930A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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