#5A339D

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

Shades of Daisy Bush #5A339D

Tints of Daisy Bush #5A339D

Color information

#5A339D (or 0x5A339D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 33 and 9D. RGB value is (90,51,157). Sum of RGB (Red+Green+Blue) = 90+51+157=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A339D is #A5CC62. Grayscale: #4A4A4A. Windows color (decimal): -10865763 or 10302298. OLE color: 10302298.

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

Color convert

RGB9051157-
CMYK0.430.6800.38
HSL262.08º50.96%40.78%-
HSV(B)262.08º67.52%61.57%-
XYZ11.496.9832.64-
YUV74.74174.42138.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=30.20%
G=17.11%
B=52.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90511570.430.6800.38262.0850.9640.78
Hex5A339D2B440261063329
Octal13263235531040464066351
Binary10110101100111001110110101110001000100110100000110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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