#5A339B

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

Shades of Daisy Bush #5A339B

Tints of Daisy Bush #5A339B

Color information

#5A339B (or 0x5A339B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 33 and 9B. RGB value is (90,51,155). Sum of RGB (Red+Green+Blue) = 90+51+155=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A339B is #A5CC64. Grayscale: #4A4A4A. Windows color (decimal): -10865765 or 10171226. OLE color: 10171226.

HSL color Cylindrical-coordinate representation of color #5A339B: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A339B is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9051155-
CMYK0.420.6700.39
HSL262.5º50.49%40.39%-
HSV(B)262.5º67.1%60.78%-
XYZ11.326.9131.75-
YUV74.52173.42139.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.41%
GREEN value IS 51 (20.31% from 255) = 17.23%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=30.41%
G=17.23%
B=52.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90511550.420.6700.39262.550.4940.39
Hex5A339B2A430271063228
Octal13263233521030474066250
Binary10110101100111001101110101010000110100111100000110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,155); }

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

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

 a { background-color: rgb(90,51,155); }

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

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

 span { border-color: rgb(90,51,155); }

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