#5B406E

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

Shades of Honey Flower #5B406E

Tints of Honey Flower #5B406E

Color information

#5B406E (or 0x5B406E) is unknown color: approx Honey Flower. HEX triplet: 5B, 40 and 6E. RGB value is (91,64,110). Sum of RGB (Red+Green+Blue) = 91+64+110=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B406E is #A4BF91. Grayscale: #4D4D4D. Windows color (decimal): -10796946 or 7225435. OLE color: 7225435.

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

Color convert

RGB9164110-
CMYK0.170.4200.57
HSL275.22º26.44%34.12%-
HSV(B)275.22º41.82%43.14%-
XYZ8.967.0215.63-
YUV77.32146.45137.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.34%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=34.34%
G=24.15%
B=41.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91641100.170.4200.57275.2226.4434.12
Hex5B406E112A0391131a22
Octal13310015621520714233242
Binary10110111000000110111010001101010011100110001001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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