#5A368D

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

Shades of Daisy Bush #5A368D

Tints of Daisy Bush #5A368D

Color information

#5A368D (or 0x5A368D) is unknown color: approx Daisy Bush. HEX triplet: 5A, 36 and 8D. RGB value is (90,54,141). Sum of RGB (Red+Green+Blue) = 90+54+141=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A368D is #A5C972. Grayscale: #4A4A4A. Windows color (decimal): -10865011 or 9254490. OLE color: 9254490.

HSL color Cylindrical-coordinate representation of color #5A368D: hue angle of 264.83º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A368D is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9054141-
CMYK0.360.6200.45
HSL264.83º44.62%38.24%-
HSV(B)264.83º61.7%55.29%-
XYZ10.346.7425.95-
YUV74.68165.43138.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=31.58%
G=18.95%
B=49.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90541410.360.6200.45264.8344.6238.24
Hex5A368D243E02D1092d26
Octal1326621544760554115546
Binary1011010110110100011011001001111100101101100001001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,141); }

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

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

 a { background-color: rgb(90,54,141); }

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

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

 span { border-color: rgb(90,54,141); }

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