#5B4763

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

Shades of Honey Flower #5B4763

Tints of Honey Flower #5B4763

Color information

#5B4763 (or 0x5B4763) is unknown color: approx Honey Flower. HEX triplet: 5B, 47 and 63. RGB value is (91,71,99). Sum of RGB (Red+Green+Blue) = 91+71+99=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B4763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4763 is #A4B89C. Grayscale: #505050. Windows color (decimal): -10795165 or 6506331. OLE color: 6506331.

HSL color Cylindrical-coordinate representation of color #5B4763: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B4763 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB917199-
CMYK0.080.2800.61
HSL282.86º16.47%33.33%-
HSV(B)282.86º28.28%38.82%-
XYZ8.827.6312.81-
YUV80.17138.63135.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=34.87%
G=27.20%
B=37.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9171990.080.2800.61282.8616.4733.33
Hex5B476381C03D11b1021
Octal13310714310340754332041
Binary101101110001111100011100011100011110110001101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,99); }

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

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

 a { background-color: rgb(91,71,99); }

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

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

 span { border-color: rgb(91,71,99); }

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