#5B346D

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

Shades of Honey Flower #5B346D

Tints of Honey Flower #5B346D

Color information

#5B346D (or 0x5B346D) is unknown color: approx Honey Flower. HEX triplet: 5B, 34 and 6D. RGB value is (91,52,109). Sum of RGB (Red+Green+Blue) = 91+52+109=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B346D is #A4CB92. Grayscale: #454545. Windows color (decimal): -10800019 or 7156827. OLE color: 7156827.

HSL color Cylindrical-coordinate representation of color #5B346D: hue angle of 281.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B346D is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9152109-
CMYK0.170.5200.57
HSL281.05º35.4%31.57%-
HSV(B)281.05º52.29%42.75%-
XYZ8.35.7815.15-
YUV70.16149.92142.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.11%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=36.11%
G=20.63%
B=43.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91521090.170.5200.57281.0535.431.57
Hex5B346D11340391192320
Octal1336415521640714314340
Binary10110111101001101101100011101000111001100011001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,109); }

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

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

 a { background-color: rgb(91,52,109); }

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

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

 span { border-color: rgb(91,52,109); }

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