#5B3873

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

Shades of Honey Flower #5B3873

Tints of Honey Flower #5B3873

Color information

#5B3873 (or 0x5B3873) is unknown color: approx Honey Flower. HEX triplet: 5B, 38 and 73. RGB value is (91,56,115). Sum of RGB (Red+Green+Blue) = 91+56+115=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B3873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3873 is #A4C78C. Grayscale: #484848. Windows color (decimal): -10798989 or 7551067. OLE color: 7551067.

HSL color Cylindrical-coordinate representation of color #5B3873: hue angle of 275.59º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B3873 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9156115-
CMYK0.210.5100.55
HSL275.59º34.5%33.53%-
HSV(B)275.59º51.3%45.1%-
XYZ8.826.2916.97-
YUV73.19151.6140.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=34.73%
G=21.37%
B=43.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91561150.210.5100.55275.5934.533.53
Hex5B387315330371142322
Octal1337016325630674244342
Binary10110111110001110011101011100110110111100010100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,56,115); }

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

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

 a { background-color: rgb(91,56,115); }

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

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

 span { border-color: rgb(91,56,115); }

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