Html Css Color HEX #5B406E Honey Flower

📋 copy color: '#5B406E'

red 91 ◦ green 64 ◦ blue 110

#5B406E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5B406E

Tints of Honey Flower #5B406E

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 value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B406E (or 0x5B406E) is known color: 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

RGB 91 64 110 -
CMYK 0.17 0.42 0 0.57
HSL 275.22º 0.26% 0.34% -
HSV(B) 275.22º 0.42% 0.43% -
XYZ 8.96 7.02 15.63 -
YUV 77.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 91 64 110 0.17 0.42 0 0.57 275.22 0.26 0.34
Hex 5B 40 6E 11 2A 0 39 113 1A 22
Octal 133 100 156 21 52 0 71 423 32 42
Binary 1011011 1000000 1101110 10001 101010 0 111001 100010011 11010 100010

Color Harmonies of #5B406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B406E

Black with #5B406E

Text Example


Text Example

White with #5B406E

Text Example


Text Example

HTML Codes & Css Web 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>