#5B376E

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

Shades of Honey Flower #5B376E

Tints of Honey Flower #5B376E

Color information

#5B376E (or 0x5B376E) is unknown color: approx Honey Flower. HEX triplet: 5B, 37 and 6E. RGB value is (91,55,110). Sum of RGB (Red+Green+Blue) = 91+55+110=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B376E is #A4C891. Grayscale: #474747. Windows color (decimal): -10799250 or 7223131. OLE color: 7223131.

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

Color convert

RGB9155110-
CMYK0.170.500.57
HSL279.27º33.33%32.35%-
HSV(B)279.27º50%43.14%-
XYZ8.56.0815.48-
YUV72.03149.43141.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.55%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=35.55%
G=21.48%
B=42.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91551100.170.500.57279.2733.3332.35
Hex5B376E11320391172120
Octal1336715621620714274140
Binary10110111101111101110100011100100111001100010111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,110); }

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

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

 a { background-color: rgb(91,55,110); }

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

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

 span { border-color: rgb(91,55,110); }

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