#5A378B

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

Shades of Daisy Bush #5A378B

Tints of Daisy Bush #5A378B

Color information

#5A378B (or 0x5A378B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 37 and 8B. RGB value is (90,55,139). Sum of RGB (Red+Green+Blue) = 90+55+139=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A378B is #A5C874. Grayscale: #4A4A4A. Windows color (decimal): -10864757 or 9123674. OLE color: 9123674.

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

Color convert

RGB9055139-
CMYK0.350.6000.45
HSL265º43.3%38.04%-
HSV(B)265º60.43%54.51%-
XYZ10.246.7725.19-
YUV75.04164.1138.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=31.69%
G=19.37%
B=48.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90551390.350.6000.4526543.338.04
Hex5A378B233C02D1092b26
Octal1326721343740554115346
Binary1011010110111100010111000111111000101101100001001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,139); }

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

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

 a { background-color: rgb(90,55,139); }

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

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

 span { border-color: rgb(90,55,139); }

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