#5B486F

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

Shades of Honey Flower #5B486F

Tints of Honey Flower #5B486F

Color information

#5B486F (or 0x5B486F) is unknown color: approx Honey Flower. HEX triplet: 5B, 48 and 6F. RGB value is (91,72,111). Sum of RGB (Red+Green+Blue) = 91+72+111=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B486F is #A4B790. Grayscale: #515151. Windows color (decimal): -10794897 or 7293019. OLE color: 7293019.

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

Color convert

RGB9172111-
CMYK0.180.3500.56
HSL269.23º21.31%35.88%-
HSV(B)269.23º35.14%43.53%-
XYZ9.58.0116.08-
YUV82.13144.29134.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.21%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=33.21%
G=26.28%
B=40.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91721110.180.3500.56269.2321.3135.88
Hex5B486F122303810d1524
Octal13311015722430704152544
Binary10110111001000110111110010100011011100010000110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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