Html Css Color HEX #5E406B Honey Flower

📋 copy color: '#5E406B'

red 94 ◦ green 64 ◦ blue 107

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

Shades of Honey Flower #5E406B

Tints of Honey Flower #5E406B

RGB

 RED value IS 94 (37.11% from 255) = 35.47%

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

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 35.47%
G = 24.15%
B = 40.38%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E406B (or 0x5E406B) is known color: Honey Flower. HEX triplet: 5E, 40 and 6B. RGB value is (94,64,107). Sum of RGB (Red+Green+Blue) = 94+64+107=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E406B is #A1BF94. Grayscale: #4D4D4D. Windows color (decimal): -10600341 or 7028830. OLE color: 7028830.

HSL color Cylindrical-coordinate representation of color #5E406B: hue angle of 281.86º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E406B is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 64 107 -
CMYK 0.12 0.40 0 0.58
HSL 281.86º 0.25% 0.34% -
HSV(B) 281.86º 0.4% 0.42% -
XYZ 9.1 7.11 14.8 -
YUV 77.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 94 64 107 0.12 0.40 0 0.58 281.86 0.25 0.34
Hex 5E 40 6B C 28 0 3A 11A 19 22
Octal 136 100 153 14 50 0 72 432 31 42
Binary 1011110 1000000 1101011 1100 101000 0 111010 100011010 11001 100010

Color Harmonies of #5E406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E406B

Black with #5E406B

Text Example


Text Example

White with #5E406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,107); }

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

background-color css

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

 a { background-color: rgb(94,64,107); }

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

border-color css

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

 span { border-color: rgb(94,64,107); }

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