#5B388B

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

Shades of Daisy Bush #5B388B

Tints of Daisy Bush #5B388B

Color information

#5B388B (or 0x5B388B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 38 and 8B. RGB value is (91,56,139). Sum of RGB (Red+Green+Blue) = 91+56+139=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B388B is #A4C774. Grayscale: #4B4B4B. Windows color (decimal): -10798965 or 9123931. OLE color: 9123931.

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

Color convert

RGB9156139-
CMYK0.350.6000.45
HSL265.3º42.56%38.24%-
HSV(B)265.3º59.71%54.51%-
XYZ10.396.9225.21-
YUV75.93163.6138.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=31.82%
G=19.58%
B=48.60%

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
Decimal91561390.350.6000.45265.342.5638.24
Hex5B388B233C02D1092b26
Octal1337021343740554115346
Binary1011011111000100010111000111111000101101100001001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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