#5A349D

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

Shades of Daisy Bush #5A349D

Tints of Daisy Bush #5A349D

Color information

#5A349D (or 0x5A349D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 34 and 9D. RGB value is (90,52,157). Sum of RGB (Red+Green+Blue) = 90+52+157=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A349D is #A5CB62. Grayscale: #4A4A4A. Windows color (decimal): -10865507 or 10302554. OLE color: 10302554.

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

Color convert

RGB9052157-
CMYK0.430.6700.38
HSL261.71º50.24%40.98%-
HSV(B)261.71º66.88%61.57%-
XYZ11.537.0632.65-
YUV75.33174.09138.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 52 (20.70% from 255) = 17.39%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=30.10%
G=17.39%
B=52.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90521570.430.6700.38261.7150.2440.98
Hex5A349D2B430261063229
Octal13264235531030464066251
Binary10110101101001001110110101110000110100110100000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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