#5B386F

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

Shades of Honey Flower #5B386F

Tints of Honey Flower #5B386F

Color information

#5B386F (or 0x5B386F) is unknown color: approx Honey Flower. HEX triplet: 5B, 38 and 6F. RGB value is (91,56,111). Sum of RGB (Red+Green+Blue) = 91+56+111=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B386F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B386F is #A4C790. Grayscale: #484848. Windows color (decimal): -10798993 or 7288923. OLE color: 7288923.

HSL color Cylindrical-coordinate representation of color #5B386F: hue angle of 278.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B386F is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9156111-
CMYK0.180.5000.56
HSL278.18º32.93%32.75%-
HSV(B)278.18º49.55%43.53%-
XYZ8.66.215.78-
YUV72.74149.6141.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=35.27%
G=21.71%
B=43.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91561110.180.5000.56278.1832.9332.75
Hex5B386F12320381162121
Octal1337015722620704264141
Binary10110111110001101111100101100100111000100010110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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