Html Css Color HEX #5E436B Honey Flower

📋 copy color: '#5E436B'

red 94 ◦ green 67 ◦ blue 107

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

Shades of Honey Flower #5E436B

Tints of Honey Flower #5E436B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 35.07%
G = 25%
B = 39.93%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5E436B (or 0x5E436B) is known color: Honey Flower. HEX triplet: 5E, 43 and 6B. RGB value is (94,67,107). Sum of RGB (Red+Green+Blue) = 94+67+107=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #5E436B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E436B is #A1BC94. Grayscale: #4F4F4F. Windows color (decimal): -10599573 or 7029598. OLE color: 7029598.

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

Color convert

RGB 94 67 107 -
CMYK 0.12 0.37 0 0.58
HSL 280.5º 0.23% 0.34% -
HSV(B) 280.5º 0.37% 0.42% -
XYZ 9.28 7.46 14.86 -
YUV 79.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 94 67 107 0.12 0.37 0 0.58 280.5 0.23 0.34
Hex 5E 43 6B C 25 0 3A 118 17 22
Octal 136 103 153 14 45 0 72 430 27 42
Binary 1011110 1000011 1101011 1100 100101 0 111010 100011000 10111 100010

Color Harmonies of #5E436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E436B

Black with #5E436B

Text Example


Text Example

White with #5E436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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