#5B2971

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

Shades of Honey Flower #5B2971

Tints of Honey Flower #5B2971

Color information

#5B2971 (or 0x5B2971) is unknown color: approx Honey Flower. HEX triplet: 5B, 29 and 71. RGB value is (91,41,113). Sum of RGB (Red+Green+Blue) = 91+41+113=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2971 is #A4D68E. Grayscale: #3F3F3F. Windows color (decimal): -10802831 or 7416155. OLE color: 7416155.

HSL color Cylindrical-coordinate representation of color #5B2971: hue angle of 281.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B2971 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9141113-
CMYK0.190.6400.56
HSL281.67º46.75%30.2%-
HSV(B)281.67º63.72%44.31%-
XYZ8.09516.16-
YUV64.16155.56147.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=37.14%
G=16.73%
B=46.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91411130.190.6400.56281.6746.7530.2
Hex5B2971134003811a2f1e
Octal13351161231000704325736
Binary10110111010011110001100111000000011100010001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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