#5B349D

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

Shades of Daisy Bush #5B349D

Tints of Daisy Bush #5B349D

Color information

#5B349D (or 0x5B349D) is unknown color: approx Daisy Bush. HEX triplet: 5B, 34 and 9D. RGB value is (91,52,157). Sum of RGB (Red+Green+Blue) = 91+52+157=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B349D is #A4CB62. Grayscale: #4B4B4B. Windows color (decimal): -10799971 or 10302555. OLE color: 10302555.

HSL color Cylindrical-coordinate representation of color #5B349D: hue angle of 262.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B349D is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9152157-
CMYK0.420.6700.38
HSL262.29º50.24%40.98%-
HSV(B)262.29º66.88%61.57%-
XYZ11.637.1132.66-
YUV75.63173.92138.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=30.33%
G=17.33%
B=52.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91521570.420.6700.38262.2950.2440.98
Hex5B349D2A430261063229
Octal13364235521030464066251
Binary10110111101001001110110101010000110100110100000110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,157); }

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

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

 a { background-color: rgb(91,52,157); }

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

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

 span { border-color: rgb(91,52,157); }

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