#5A388B

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

Shades of Daisy Bush #5A388B

Tints of Daisy Bush #5A388B

Color information

#5A388B (or 0x5A388B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 38 and 8B. RGB value is (90,56,139). Sum of RGB (Red+Green+Blue) = 90+56+139=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A388B is #A5C774. Grayscale: #4B4B4B. Windows color (decimal): -10864501 or 9123930. OLE color: 9123930.

HSL color Cylindrical-coordinate representation of color #5A388B: hue angle of 264.58º 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 #5A388B is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9056139-
CMYK0.350.6000.45
HSL264.58º42.56%38.24%-
HSV(B)264.58º59.71%54.51%-
XYZ10.296.8725.21-
YUV75.63163.76138.25-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=31.58%
G=19.65%
B=48.77%

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
Decimal90561390.350.6000.45264.5842.5638.24
Hex5A388B233C02D1092b26
Octal1327021343740554115346
Binary1011010111000100010111000111111000101101100001001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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