#5B3D73

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

Shades of Honey Flower #5B3D73

Tints of Honey Flower #5B3D73

Color information

#5B3D73 (or 0x5B3D73) is unknown color: approx Honey Flower. HEX triplet: 5B, 3D and 73. RGB value is (91,61,115). Sum of RGB (Red+Green+Blue) = 91+61+115=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B3D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3D73 is #A4C28C. Grayscale: #4B4B4B. Windows color (decimal): -10797709 or 7552347. OLE color: 7552347.

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

Color convert

RGB9161115-
CMYK0.210.4700.55
HSL273.33º30.68%34.51%-
HSV(B)273.33º46.96%45.1%-
XYZ9.086.817.05-
YUV76.13149.94138.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 115 (45.31% from 255) = 43.07%
R=34.08%
G=22.85%
B=43.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91611150.210.4700.55273.3330.6834.51
Hex5B3D73152F0371111f23
Octal1337516325570674213743
Binary1011011111101111001110101101111011011110001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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