#5B2B74

Color #5B2B74 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5B2B74

Tints of Honey Flower #5B2B74

Color information

#5B2B74 (or 0x5B2B74) is unknown color: approx Honey Flower. HEX triplet: 5B, 2B and 74. RGB value is (91,43,116). Sum of RGB (Red+Green+Blue) = 91+43+116=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B2B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2B74 is #A4D48B. Grayscale: #414141. Windows color (decimal): -10802316 or 7613275. OLE color: 7613275.

HSL color Cylindrical-coordinate representation of color #5B2B74: hue angle of 279.45º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B2B74 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9143116-
CMYK0.220.6300.55
HSL279.45º45.91%31.18%-
HSV(B)279.45º62.93%45.49%-
XYZ8.335.2117.09-
YUV65.67156.4146.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 43 (17.19% from 255) = 17.2%
BLUE value IS 116 (45.70% from 255) = 46.4%
R=36.4%
G=17.2%
B=46.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91431160.220.6300.55279.4545.9131.18
Hex5B2B74163F0371172e1f
Octal1335316426770674275637
Binary1011011101011111010010110111111011011110001011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,43,116); }

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

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

 a { background-color: rgb(91,43,116); }

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

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

 span { border-color: rgb(91,43,116); }

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