Html Css Color HEX #5D406E Honey Flower

📋 copy color: '#5D406E'

red 93 ◦ green 64 ◦ blue 110

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

Shades of Honey Flower #5D406E

Tints of Honey Flower #5D406E

RGB

 RED value IS 93 (36.72% from 255) = 34.83%

 GREEN value IS 64 (25.39% from 255) = 23.97%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 34.83%
G = 23.97%
B = 41.2%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5D406E (or 0x5D406E) is known color: Honey Flower. HEX triplet: 5D, 40 and 6E. RGB value is (93,64,110). Sum of RGB (Red+Green+Blue) = 93+64+110=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D406E is #A2BF91. Grayscale: #4D4D4D. Windows color (decimal): -10665874 or 7225437. OLE color: 7225437.

HSL color Cylindrical-coordinate representation of color #5D406E: hue angle of 277.83º 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 #5D406E is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 93 64 110 -
CMYK 0.15 0.42 0 0.57
HSL 277.83º 0.26% 0.34% -
HSV(B) 277.83º 0.42% 0.43% -
XYZ 9.16 7.12 15.64 -
YUV 77.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 93 64 110 0.15 0.42 0 0.57 277.83 0.26 0.34
Hex 5D 40 6E F 2A 0 39 116 1A 22
Octal 135 100 156 17 52 0 71 426 32 42
Binary 1011101 1000000 1101110 1111 101010 0 111001 100010110 11010 100010

Color Harmonies of #5D406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D406E

Black with #5D406E

Text Example


Text Example

White with #5D406E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D406E;
 }
 .AnyTagClassName
 {
   color: #5D406E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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