#5A368E

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

Shades of Daisy Bush #5A368E

Tints of Daisy Bush #5A368E

Color information

#5A368E (or 0x5A368E) is unknown color: approx Daisy Bush. HEX triplet: 5A, 36 and 8E. RGB value is (90,54,142). Sum of RGB (Red+Green+Blue) = 90+54+142=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A368E is #A5C971. Grayscale: #4A4A4A. Windows color (decimal): -10865010 or 9320026. OLE color: 9320026.

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

Color convert

RGB9054142-
CMYK0.370.6200.44
HSL264.55º44.9%38.43%-
HSV(B)264.55º61.97%55.69%-
XYZ10.426.7626.35-
YUV74.8165.93138.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.47%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=31.47%
G=18.88%
B=49.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90541420.370.6200.44264.5544.938.43
Hex5A368E253E02C1092d26
Octal1326621645760544115546
Binary1011010110110100011101001011111100101100100001001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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