#5B388E

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

Shades of Daisy Bush #5B388E

Tints of Daisy Bush #5B388E

Color information

#5B388E (or 0x5B388E) is unknown color: approx Daisy Bush. HEX triplet: 5B, 38 and 8E. RGB value is (91,56,142). Sum of RGB (Red+Green+Blue) = 91+56+142=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B388E is #A4C771. Grayscale: #4B4B4B. Windows color (decimal): -10798962 or 9320539. OLE color: 9320539.

HSL color Cylindrical-coordinate representation of color #5B388E: hue angle of 264.42º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B388E is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9156142-
CMYK0.360.6100.44
HSL264.42º43.43%38.82%-
HSV(B)264.42º60.56%55.69%-
XYZ10.617.0126.38-
YUV76.27165.1138.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.49%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=31.49%
G=19.38%
B=49.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal91561420.360.6100.44264.4243.4338.82
Hex5B388E243D02C1082b27
Octal1337021644750544105347
Binary1011011111000100011101001001111010101100100001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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