#5A338E

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

Shades of Daisy Bush #5A338E

Tints of Daisy Bush #5A338E

Color information

#5A338E (or 0x5A338E) is unknown color: approx Daisy Bush. HEX triplet: 5A, 33 and 8E. RGB value is (90,51,142). Sum of RGB (Red+Green+Blue) = 90+51+142=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A338E is #A5CC71. Grayscale: #484848. Windows color (decimal): -10865778 or 9319258. OLE color: 9319258.

HSL color Cylindrical-coordinate representation of color #5A338E: hue angle of 265.71º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A338E is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9051142-
CMYK0.370.6400.44
HSL265.71º47.15%37.84%-
HSV(B)265.71º64.08%55.69%-
XYZ10.286.4926.3-
YUV73.04166.92140.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=31.80%
G=18.02%
B=50.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90511420.370.6400.44265.7147.1537.84
Hex5A338E254002C10a2f26
Octal13263216451000544125746
Binary10110101100111000111010010110000000101100100001010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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