#5B259B

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

Shades of Daisy Bush #5B259B

Tints of Daisy Bush #5B259B

Color information

#5B259B (or 0x5B259B) is unknown color: approx Daisy Bush. HEX triplet: 5B, 25 and 9B. RGB value is (91,37,155). Sum of RGB (Red+Green+Blue) = 91+37+155=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B259B is #A4DA64. Grayscale: #424242. Windows color (decimal): -10803813 or 10167643. OLE color: 10167643.

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

Color convert

RGB9137155-
CMYK0.410.7600.39
HSL267.46º61.46%37.65%-
HSV(B)267.46º76.13%60.78%-
XYZ10.895.9131.58-
YUV66.6177.89145.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.16%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=32.16%
G=13.07%
B=54.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91371550.410.7600.39267.4661.4637.65
Hex5B259B294C02710b3d26
Octal13345233511140474137546
Binary10110111001011001101110100110011000100111100001011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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