#5A309D

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

Shades of Daisy Bush #5A309D

Tints of Daisy Bush #5A309D

Color information

#5A309D (or 0x5A309D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 30 and 9D. RGB value is (90,48,157). Sum of RGB (Red+Green+Blue) = 90+48+157=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A309D is #A5CF62. Grayscale: #484848. Windows color (decimal): -10866531 or 10301530. OLE color: 10301530.

HSL color Cylindrical-coordinate representation of color #5A309D: hue angle of 263.12º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A309D is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9048157-
CMYK0.430.6900.38
HSL263.12º53.17%40.2%-
HSV(B)263.12º69.43%61.57%-
XYZ11.366.7232.6-
YUV72.98175.41140.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=30.51%
G=16.27%
B=53.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90481570.430.6900.38263.1253.1740.2
Hex5A309D2B450261073528
Octal13260235531050464076550
Binary10110101100001001110110101110001010100110100000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A309D; }

 p { color: rgb(90,48,157); }

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

<style>
 a { background-color: #5A309D; }

 a { background-color: rgb(90,48,157); }

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

<style>
 span { border-color: #5A309D; }

 span { border-color: rgb(90,48,157); }

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