#5B389A

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

Shades of Daisy Bush #5B389A

Tints of Daisy Bush #5B389A

Color information

#5B389A (or 0x5B389A) is unknown color: approx Daisy Bush. HEX triplet: 5B, 38 and 9A. RGB value is (91,56,154). Sum of RGB (Red+Green+Blue) = 91+56+154=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B389A is #A4C765. Grayscale: #4D4D4D. Windows color (decimal): -10798950 or 10106971. OLE color: 10106971.

HSL color Cylindrical-coordinate representation of color #5B389A: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B389A is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9156154-
CMYK0.410.6400.40
HSL261.43º46.67%41.18%-
HSV(B)261.43º63.64%60.39%-
XYZ11.567.3931.39-
YUV77.64171.1137.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=30.23%
G=18.60%
B=51.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91561540.410.6400.40261.4346.6741.18
Hex5B389A29400281052f29
Octal13370232511000504055751
Binary10110111110001001101010100110000000101000100000101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,154); }

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

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

 a { background-color: rgb(91,56,154); }

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

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

 span { border-color: rgb(91,56,154); }

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