#5B4471

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

Shades of Honey Flower #5B4471

Tints of Honey Flower #5B4471

Color information

#5B4471 (or 0x5B4471) is unknown color: approx Honey Flower. HEX triplet: 5B, 44 and 71. RGB value is (91,68,113). Sum of RGB (Red+Green+Blue) = 91+68+113=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B4471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4471 is #A4BB8E. Grayscale: #4F4F4F. Windows color (decimal): -10795919 or 7423067. OLE color: 7423067.

HSL color Cylindrical-coordinate representation of color #5B4471: hue angle of 270.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B4471 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9168113-
CMYK0.190.4000.56
HSL270.67º24.86%35.49%-
HSV(B)270.67º39.82%44.31%-
XYZ9.367.5516.59-
YUV80.01146.62135.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.46%
GREEN value IS 68 (26.95% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=33.46%
G=25%
B=41.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91681130.190.4000.56270.6724.8635.49
Hex5B4471132803810f1923
Octal13310416123500704173143
Binary10110111000100111000110011101000011100010000111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,113); }

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

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

 a { background-color: rgb(91,68,113); }

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

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

 span { border-color: rgb(91,68,113); }

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