#5B359B

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

Shades of Daisy Bush #5B359B

Tints of Daisy Bush #5B359B

Color information

#5B359B (or 0x5B359B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 35 and 9B. RGB value is (91,53,155). Sum of RGB (Red+Green+Blue) = 91+53+155=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B359B is #A4CA64. Grayscale: #4B4B4B. Windows color (decimal): -10799717 or 10171739. OLE color: 10171739.

HSL color Cylindrical-coordinate representation of color #5B359B: hue angle of 262.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B359B is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9153155-
CMYK0.410.6600.39
HSL262.35º49.04%40.78%-
HSV(B)262.35º65.81%60.78%-
XYZ11.57.1431.78-
YUV75.99172.59138.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.43%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=30.43%
G=17.73%
B=51.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91531550.410.6600.39262.3549.0440.78
Hex5B359B29420271063129
Octal13365233511020474066151
Binary10110111101011001101110100110000100100111100000110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,155); }

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

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

 a { background-color: rgb(91,53,155); }

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

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

 span { border-color: rgb(91,53,155); }

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